[cairo-commit] cairo-demo/X11 ChangeLog, 1.12, 1.13 cairo-knockout.c, 1.13, 1.14

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


Committed by: cworth

Update of /cvs/cairo/cairo-demo/X11
In directory gabe:/tmp/cvs-serv26546

Modified Files:
	ChangeLog cairo-knockout.c 
Log Message:

        * cairo-knockout.c (main): Switch from Xutf8SetWMProperties to
        XmbSetWMProperties for better portability to Solaris.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/X11/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog	7 Feb 2005 13:41:33 -0000	1.12
+++ ChangeLog	21 Feb 2005 20:41:18 -0000	1.13
@@ -1,3 +1,8 @@
+2005-02-21  Carl Worth  <cworth at cworth.org>
+
+	* cairo-knockout.c (main): Switch from Xutf8SetWMProperties to
+	XmbSetWMProperties for better portability to Solaris.
+
 2005-02-07  Øyvind Kolås  <oeyvindk at hig.no>
 
 	* cairo-spline.c (win_init): initialize the stored mouse coordinates,

Index: cairo-knockout.c
===================================================================
RCS file: /cvs/cairo/cairo-demo/X11/cairo-knockout.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cairo-knockout.c	20 Jan 2005 16:32:30 -0000	1.13
+++ cairo-knockout.c	21 Feb 2005 20:41:18 -0000	1.14
@@ -253,8 +253,8 @@
   wmhints->flags = InputHint;
   wmhints->input = True;
     
-  Xutf8SetWMProperties (dpy, w, title, "cairo-knockout", 0, 0, 
-                        normalhints, wmhints, classhint);
+  XmbSetWMProperties (dpy, w, title, "cairo-knockout", 0, 0, 
+                      normalhints, wmhints, classhint);
   XFree (wmhints);
   XFree (classhint);
   XFree (normalhints);




More information about the cairo-commit mailing list