[Libreoffice-commits] .: canvas/source
Pierre-André Jacquod
pjacquod at kemper.freedesktop.org
Mon Jan 17 11:34:15 PST 2011
canvas/source/cairo/cairo_xlib_cairo.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8a9628dfc0a8285f46b598c49e78ffa4f80edb08
Author: Pierre-André Jacquod <pjacquod at alumni.ethz.ch>
Date: Mon Jan 17 20:33:32 2011 +0100
fix after variable renaming (pXrenderformat)
diff --git a/canvas/source/cairo/cairo_xlib_cairo.cxx b/canvas/source/cairo/cairo_xlib_cairo.cxx
index a7df2f7..f469d1b 100644
--- a/canvas/source/cairo/cairo_xlib_cairo.cxx
+++ b/canvas/source/cairo/cairo_xlib_cairo.cxx
@@ -76,7 +76,7 @@ namespace cairo
nScreen(pSysDat.nScreen),
nDepth(pSysDat.nDepth),
aColormap(pSysDat.aColormap),
- pRenderFormat(pSysDat.pRenderFormat)
+ pXRenderFormat(pSysDat.pRenderFormat)
{}
X11SysData::X11SysData( const SystemEnvData& pSysDat ) :
@@ -263,7 +263,7 @@ namespace cairo
aSystemGraphicsData.nSize = sizeof(SystemGraphicsData);
aSystemGraphicsData.hDrawable = getDrawable();
- aSystemGraphicsData.pRenderFormat = getRenderFormat();
+ aSystemGraphicsData.pXRenderFormat = getRenderFormat();
return boost::shared_ptr<VirtualDevice>(
new VirtualDevice( &aSystemGraphicsData, getDepth() ));
More information about the Libreoffice-commits
mailing list