=================================================================== RCS file: /cvs/ace/ace/lib/xwin.c,v retrieving revision 1.10 retrieving revision 1.11 diff -p -u -r1.10 -r1.11 --- ace/lib/xwin.c 2015/05/31 13:03:36 1.10 +++ /cvs/ace/ace/lib/xwin.c 2015/05/31 15:53:20 1.11 @@ -89,10 +89,10 @@ int help_background; /* Motif window hints */ typedef struct { - unsigned flags; - unsigned functions; - unsigned decorations; - int inputMode; + unsigned long flags; + unsigned long functions; + unsigned long decorations; + long inputMode; } PropMotifWmHints; typedef PropMotifWmHints PropMwmHints;