--- sourceforge.net/trunk/rdesktop/xwin.c 2003/01/30 11:20:30 300 +++ sourceforge.net/trunk/rdesktop/xwin.c 2003/01/30 11:28:50 301 @@ -62,11 +62,11 @@ #define PROP_MOTIF_WM_HINTS_ELEMENTS 5 typedef struct { - unsigned long flags; - unsigned long functions; - unsigned long decorations; - long inputMode; - unsigned long status; + uint32 flags; + uint32 functions; + uint32 decorations; + sint32 inputMode; + uint32 status; } PropMotifWmHints;