aboutsummaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2013-02-09 19:07:29 +0100
committerBert Münnich <ber.t@gmx.com>2013-02-09 19:07:29 +0100
commitc6bfac15664d8d9619ca7793118e719d6e0dcd44 (patch)
tree63fc57e6fc1f7ea3f40c9f1d373e8167c36278e7 /window.h
parenta5270253149c278b5baf6ffa77bfddce050b798d (diff)
parent1e2ddc44d85c87449a6ad2ad62689fb41cfae858 (diff)
downloadnsxiv-c6bfac15664d8d9619ca7793118e719d6e0dcd44.tar.zst
Merge branch 'sizehints', fixed issue #78
Diffstat (limited to 'window.h')
-rw-r--r--window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/window.h b/window.h
index e8ce344..dfb39aa 100644
--- a/window.h
+++ b/window.h
@@ -20,6 +20,7 @@
#define WINDOW_H
#include <X11/Xlib.h>
+#include <X11/Xutil.h>
#include "types.h"
@@ -48,6 +49,8 @@ typedef struct {
unsigned int h; /* = win height - bar height */
unsigned int bw;
+ XSizeHints sizehints;
+
bool fullscreen;
struct {