summaryrefslogtreecommitdiff
path: root/src/winwidget.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-04 19:19:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-04 19:19:30 +0100
commitb5a719d0dc475066eafc5810c2bdc49bca18713a (patch)
treede38172d7102ef48d65e98dd733b65ebd0f9aba3 /src/winwidget.h
parent2987b1b4407a076a14bd3d40be7080c9527f6541 (diff)
parentadf901a3374bf316b217a46e04de76e1a52a4131 (diff)
Merge branch 'mwmhints2' of github.com:rephorm/feh into rephorm-mwmhints2
Diffstat (limited to 'src/winwidget.h')
-rw-r--r--src/winwidget.h10
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 {