summaryrefslogtreecommitdiff
path: root/src/graphics_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_x11.h')
-rw-r--r--src/graphics_x11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics_x11.h b/src/graphics_x11.h
index b5c3119..41c0bbe 100644
--- a/src/graphics_x11.h
+++ b/src/graphics_x11.h
@@ -3,7 +3,7 @@
#include <X11/Xlib.h>
-#define HV_GRAPHICS_X11_EVENT_MASK StructureNotifyMask|ExposureMask
+#define HV_GRAPHICS_X11_EVENT_MASK StructureNotifyMask|ExposureMask|VisibilityChangeMask|FocusChangeMask
struct x11_global {//stores global variables for the x11 *specific* shit.
XColor colors[256];