[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.28,1.29
Zoltan Ponekker
pontscho at mplayer.dev.hu
Tue Jan 29 21:39:50 CET 2002
Update of /cvsroot/mplayer/main/Gui/wm
In directory mplayer:/var/tmp.root/cvs-serv22340/wm
Modified Files:
ws.c
Log Message:
small changes
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ws.c 21 Nov 2001 18:40:59 -0000 1.28
+++ ws.c 29 Jan 2002 20:39:48 -0000 1.29
@@ -427,7 +427,12 @@
win->VisualInfo.visual,
win->WindowMask,&win->WindowAttrib );
+#if 0
wsClassHint.res_name=label;
+#else
+ wsClassHint.res_name="MPlayer";
+#endif
+
wsClassHint.res_class="MPlayer";
XSetClassHint( wsDisplay,win->WindowID,&wsClassHint );
More information about the MPlayer-cvslog
mailing list