diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphics_x11.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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; | 
