diff options
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |