diff options
-rw-r--r-- | src/winwidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/winwidget.h b/src/winwidget.h index be5a761..89d5bcd 100644 --- a/src/winwidget.h +++ b/src/winwidget.h @@ -61,11 +61,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* Motif window hints */ typedef struct _mwmhints { - CARD32 flags; - CARD32 functions; - CARD32 decorations; - INT32 input_mode; - CARD32 status; + unsigned long flags; + unsigned long functions; + unsigned long decorations; + long input_mode; + unsigned long status; } MWMHints; enum win_type { |