[cairo-commit] xsvg/src xsvg.c,1.26,1.27
Carl Worth
commit at pdx.freedesktop.org
Mon Feb 21 12:43:32 PST 2005
Committed by: cworth
Update of /cvs/cairo/xsvg/src
In directory gabe:/tmp/cvs-serv26804/src
Modified Files:
xsvg.c
Log Message:
* src/xsvg.c (win_name): Switch from Xutf8SetWMProperties to
XmbSetWMProperties for better portability to Solaris.
Index: xsvg.c
===================================================================
RCS file: /cvs/cairo/xsvg/src/xsvg.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- xsvg.c 16 Feb 2005 03:47:36 -0000 1.26
+++ xsvg.c 21 Feb 2005 20:43:30 -0000 1.27
@@ -342,8 +342,8 @@
wmhints->flags = InputHint;
wmhints->input = True;
- Xutf8SetWMProperties (win->dpy, win->win, name, base, 0, 0,
- normalhints, wmhints, classhint);
+ XmbSetWMProperties (win->dpy, win->win, name, base, 0, 0,
+ normalhints, wmhints, classhint);
XFree (wmhints);
XFree (classhint);
XFree (normalhints);
More information about the cairo-commit
mailing list