From f479b438e6119e83c95b19aaeccd61a8e5eded27 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 16 Dec 2018 19:28:39 -0600 Subject: fuck if I know. lots of shit. moved files. --- src/graphics_x11.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/graphics_x11.h') diff --git a/src/graphics_x11.h b/src/graphics_x11.h index 7d123a8..38f5737 100644 --- a/src/graphics_x11.h +++ b/src/graphics_x11.h @@ -3,6 +3,8 @@ #include +#define HV_GRAPHICS_X11_EVENT_MASK StructureNotifyMask|ExposureMask + struct x11_global {//stores global variables for the x11 *specific* shit. XColor colors[256]; XColor ansi_color[16]; @@ -17,6 +19,8 @@ struct x11_global {//stores global variables for the x11 *specific* shit. Pixmap cleanbackbuffer; GC gc; GC backgc; + char snow; + cs_t rootmouse; int root_window; }; -- cgit v1.2.3