[cairo-commit] cairomm ChangeLog,1.15,1.16

Murray Cumming commit at pdx.freedesktop.org
Tue Jan 24 03:48:44 PST 2006


Committed by: murrayc

Update of /cvs/cairo/cairomm
In directory gabe:/tmp/cvs-serv15828

Modified Files:
	ChangeLog 
Log Message:
2006-01-24  Murray Cumming  <murrayc at murrayc.com>

        * cairomm/Makefile.am:
        * cairomm/surface.cc:
        * cairomm/surface.h:
        * cairomm/xlib_surface.cc:
        * cairomm/xlib_surface.h:
        * cairomm/win32_surface.cc:
        * cairomm/win32_surface.h: Moved XlibSurface and
        Win32Surface into separate files, not #included by
        the main cairomm.h file, so that developers do not need to
        suffer the Xlib.h or Windows namespace pollution unless they really need to.
        For instance, this fixes the gtkmm 2.9 build which was broken by the
        Display struct in Xlib.h.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ChangeLog	21 Jan 2006 16:22:40 -0000	1.15
+++ ChangeLog	24 Jan 2006 11:48:42 -0000	1.16
@@ -1,3 +1,18 @@
+2006-01-24  Murray Cumming  <murrayc at murrayc.com>
+
+	* cairomm/Makefile.am:
+	* cairomm/surface.cc:
+	* cairomm/surface.h:
+	* cairomm/xlib_surface.cc:
+	* cairomm/xlib_surface.h:
+	* cairomm/win32_surface.cc:
+	* cairomm/win32_surface.h: Moved XlibSurface and 
+	Win32Surface into separate files, not #included by 
+	the main cairomm.h file, so that developers do not need to 
+	suffer the Xlib.h or Windows namespace pollution unless they really need to. 
+	For instance, this fixes the gtkmm 2.9 build which was broken by the 
+	Display struct in Xlib.h.
+
 2006-01-15  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
 	* cairomm/surface.cc:



More information about the cairo-commit mailing list