[cairo-commit] xsvg ChangeLog,1.29,1.30 configure.in,1.11,1.12

Carl Worth commit at pdx.freedesktop.org
Mon Feb 21 12:48:32 PST 2005


Committed by: cworth

Update of /cvs/cairo/xsvg
In directory gabe:/tmp/cvs-serv27222

Modified Files:
	ChangeLog configure.in 
Log Message:

        * configure.in: Don't require an xcursor package, (since the code
        in xsvg that uses it seems to be broken anyway).

        * src/xsvg.c (win_init, busy): Disable Xcursor-using code which
        doesn't seem to be working.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/xsvg/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ChangeLog	21 Feb 2005 20:43:30 -0000	1.29
+++ ChangeLog	21 Feb 2005 20:48:30 -0000	1.30
@@ -1,5 +1,13 @@
 2005-02-21  Carl Worth  <cworth at cworth.org>
 
+	* configure.in: Don't require an xcursor package, (since the code
+	in xsvg that uses it seems to be broken anyway).
+
+	* src/xsvg.c (win_init, busy): Disable Xcursor-using code which
+	doesn't seem to be working.
+
+2005-02-21  Carl Worth  <cworth at cworth.org>
+
 	* src/xsvg.c (win_name): Switch from Xutf8SetWMProperties to
 	XmbSetWMProperties for better portability to Solaris.
 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/xsvg/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- configure.in	16 Feb 2005 03:52:08 -0000	1.11
+++ configure.in	21 Feb 2005 20:48:30 -0000	1.12
@@ -25,7 +25,7 @@
 
 dnl ===========================================================================
 
-PKG_CHECK_MODULES(XSVG, libsvg-cairo >= 0.1.3 xcursor)
+PKG_CHECK_MODULES(XSVG, libsvg-cairo >= 0.1.3)
 
 dnl Use lots of warning flags with GCC
 




More information about the cairo-commit mailing list