[Libreoffice-commits] .: canvas/source

Pierre-André Jacquod pjacquod at kemper.freedesktop.org
Mon Jan 17 11:38:00 PST 2011


 canvas/source/cairo/cairo_xlib_cairo.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 986951ed0f679b8eccd691008aa78371d0be3f1d
Author: Pierre-André Jacquod <pjacquod at alumni.ethz.ch>
Date:   Mon Jan 17 20:37:33 2011 +0100

    fix after struct member renaminge (pXRenderFormat)
    
    the right one, this time.... sorry.

diff --git a/canvas/source/cairo/cairo_xlib_cairo.cxx b/canvas/source/cairo/cairo_xlib_cairo.cxx
index f469d1b..3ce0994 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),
-        pXRenderFormat(pSysDat.pRenderFormat)
+        pRenderFormat(pSysDat.pXRenderFormat)
     {}
 
     X11SysData::X11SysData( const SystemEnvData& pSysDat ) :


More information about the Libreoffice-commits mailing list