]> git.sesse.net Git - vlc/commitdiff
Define XCB_CURSOR_NONE if missing
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 29 Oct 2009 18:59:07 +0000 (20:59 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 29 Oct 2009 18:59:07 +0000 (20:59 +0200)
modules/video_output/xcb/events.c

index dd66eabe28c247f9f6a9e4d6b3645158d5a732d9..99049f336e49ed7695281a8f45c3af407270edd6 100644 (file)
@@ -28,6 +28,9 @@
 #include <assert.h>
 
 #include <xcb/xcb.h>
+#ifndef XCB_CURSOR_NONE
+# define XCB_CURSOR_NONE ((xcb_cursor_t) 0U)
+#endif
 
 #include <vlc_common.h>
 #include <vlc_vout_display.h>