changeset 33522:766bdb696911

Use correct type CARD32 for the KWM_WIN_ICON data. Based on a patch by Steaphan Greene, sgreene cs.binghamton edu.
author ib
date Tue, 14 Jun 2011 14:21:49 +0000
parents 8966911e5233
children e559de297578
files gui/wm/ws.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.c	Tue Jun 14 12:13:47 2011 +0000
+++ b/gui/wm/ws.c	Tue Jun 14 14:21:49 2011 +0000
@@ -1253,7 +1253,7 @@
 void wsSetIcon( Display * dsp,Window win,Pixmap icon,Pixmap mask )
 {
  XWMHints * wm;
- long	    data[2];
+ CARD32     data[2];
  Atom	    iconatom;
 
  wm=XGetWMHints( dsp,win );