# HG changeset patch # User ib # Date 1308061309 0 # Node ID 766bdb69691189e48a77b26716859c1816aaee41 # Parent 8966911e523364113ca928d43bdf6c9b46e4aa5b Use correct type CARD32 for the KWM_WIN_ICON data. Based on a patch by Steaphan Greene, sgreene cs.binghamton edu. diff -r 8966911e5233 -r 766bdb696911 gui/wm/ws.c --- 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 );