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

Revert to libXcursor

--- common/xcursor.h.orig	Sat Oct 12 18:48:49 2013
+++ common/xcursor.h	Tue Oct 15 10:18:16 2013
@@ -22,12 +22,14 @@
 #ifndef AWESOME_COMMON_XCURSORS_H
 #define AWESOME_COMMON_XCURSORS_H
 
+#include <X11/cursorfont.h>
 #include <xcb/xcb.h>
-#include <xcb/xcb_cursor.h>
 
+#include <X11/Xcursor/Xcursor.h>
+
 uint16_t xcursor_font_fromstr(const char *);
 const char * xcursor_font_tostr(uint16_t);
-xcb_cursor_t xcursor_new(xcb_cursor_context_t *, uint16_t);
+xcb_cursor_t xcursor_new(Display *, uint16_t);
 
 #endif
 // vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
