$OpenBSD: patch-globalconf_h,v 1.4 2013/10/15 09:28:42 dcoppa Exp $

Revert to libXcursor

--- globalconf.h.orig	Sat Oct 12 18:48:49 2013
+++ globalconf.h	Tue Oct 15 10:18:16 2013
@@ -29,7 +29,6 @@
 
 #include <xcb/xcb_icccm.h>
 #include <xcb/xcb_keysyms.h>
-#include <xcb/xcb_cursor.h>
 
 #include "objects/key.h"
 #include "color.h"
@@ -65,12 +64,12 @@ ARRAY_TYPE(drawin_t *, drawin)
 /** Main configuration structure */
 typedef struct
 {
+    /** Xlib Display */
+    Display * display;
     /** Connection ref */
     xcb_connection_t *connection;
     /** Default screen number */
     int default_screen;
-    /** xcb-cursor context */
-    xcb_cursor_context_t *cursor_ctx;
     /** Keys symbol table */
     xcb_key_symbols_t *keysyms;
     /** Logical screens */
