[MPlayer-cvslog] r33610 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Tue Jun 14 16:21:49 CEST 2011


Author: ib
Date: Tue Jun 14 16:21:49 2011
New Revision: 33610

Log:
Use correct type CARD32 for the KWM_WIN_ICON data.

Based on a patch by Steaphan Greene, sgreene cs.binghamton edu.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Tue Jun 14 14:13:47 2011	(r33609)
+++ trunk/gui/wm/ws.c	Tue Jun 14 16:21:49 2011	(r33610)
@@ -1253,7 +1253,7 @@ void wsSetShape( wsTWindow * win,char * 
 void wsSetIcon( Display * dsp,Window win,Pixmap icon,Pixmap mask )
 {
  XWMHints * wm;
- long	    data[2];
+ CARD32     data[2];
  Atom	    iconatom;
 
  wm=XGetWMHints( dsp,win );


More information about the MPlayer-cvslog mailing list