From 63af21cb1965bc19bb1bfcd1137ee1e0bd52eef3 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 3 Aug 2019 07:49:22 -0500 Subject: store display's fd in x11_global now to pass to select() in libidc --- src/graphics_x11.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics_x11.h b/src/graphics_x11.h index 38f5737..b5c3119 100644 --- a/src/graphics_x11.h +++ b/src/graphics_x11.h @@ -14,6 +14,7 @@ struct x11_global {//stores global variables for the x11 *specific* shit. XColor redblue[2]; Colormap color_map; Display *dpy; + int fd; Window w; Pixmap backbuffer; Pixmap cleanbackbuffer; -- cgit v1.2.3