[cairo-commit] cairo ChangeLog, 1.1176, 1.1177 configure.in, 1.158, 1.159

Christian Biesinger commit at pdx.freedesktop.org
Mon Dec 19 11:01:45 PST 2005


Committed by: biesi

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv3137

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-12-19  Christian Biesinger  <cbiesinger at web.de>

	* configure.in:
	* src/cairo-beos-surface.cpp: Some final changes to the beos backend
	before checkin were wrong, fixing.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1176
retrieving revision 1.1177
diff -u -d -r1.1176 -r1.1177
--- ChangeLog	19 Dec 2005 18:17:22 -0000	1.1176
+++ ChangeLog	19 Dec 2005 19:01:42 -0000	1.1177
@@ -1,5 +1,11 @@
 2005-12-19  Christian Biesinger  <cbiesinger at web.de>
 
+	* configure.in:
+	* src/cairo-beos-surface.cpp: Some final changes to the beos backend
+	before checkin were wrong, fixing.
+
+2005-12-19  Christian Biesinger  <cbiesinger at web.de>
+
 	* src/cairo-beos-surface.cpp: Use gtk-doc syntax rather than doxygen syntax
 	for internal functions (to avoid warnings from gtk-doc when it processes this
 	file)

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- configure.in	19 Dec 2005 01:20:06 -0000	1.158
+++ configure.in	19 Dec 2005 19:01:42 -0000	1.159
@@ -212,7 +212,7 @@
 if test "x$cairo_platform_beos" != "xyes" ; then
   if test "x$use_beos" = "xyes"; then
     AC_MSG_WARN([The BeOS backend requires a BeOS platform; disabling])
-#    use_beos=no
+    use_beos=no
   fi
 fi
 



More information about the cairo-commit mailing list