Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints

Conflicts:
	window.c
This commit is contained in:
Bert Münnich
2013-02-09 01:21:57 +01:00
3 changed files with 53 additions and 19 deletions

View File

@ -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 {