summaryrefslogtreecommitdiff
blob: f3f66c51f9f645c0de9f3e074d48f56591c30836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- fvwm/decorations.c.orig 2003-10-21 07:52:33.000000000 +0200
+++ fvwm/decorations.c 2004-08-06 20:30:05.605756454 +0200
@@ -94,10 +94,10 @@
 /* Motif  window hints */
 typedef struct
 {
-	int      flags;
-	int      functions;
-	int      decorations;
-	int      inputMode;
+	long     flags;
+	long     functions;
+	long     decorations;
+	long     inputMode;
 } PropMotifWmHints;
 
 typedef PropMotifWmHints PropMwmHints;