Conflicts: window.c
@ -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 {
The note is not visible to the blocked user.