On Fri, 9 Apr 2010 at 15:49:06 -0400, Brad Jorsch wrote: > One misuse of CARD32 was missed back when someone fixed the 64-bit > issues (background: X has 8-bit, 16-bit, and "32-bit stored in a long" > data formats; on a 64-bit system, long is 64 bits). This was causing > minimized windows to be restored as shaded, and possibly occasional > crashes, when wmaker was restarted.
The other misuses of CARD32 which were addressed were calls to XChangeProperty(.., int format, ...) where format == 32, but in this case it involves XGetWindowProperty() and I couldn't understand by reading the man page if something odd might happen, so I left it untouched. Is this "minimized window restoring as shaded" behavior always reproducible for you? I never saw anything like that (on a 64-bit Core2 Duo here). -- To unsubscribe, send mail to [email protected].
