]> git.sesse.net Git - vlc/blobdiff - modules/video_output/xcb/xcb_vlc.h
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_output / xcb / xcb_vlc.h
index f74473866d96e6da339c0619499d3b457cdde9fc..0928f3ee906e6db499f0e7c48f2f8e1f03cce2eb 100644 (file)
 # define ORDER XCB_IMAGE_ORDER_LSB_FIRST
 #endif
 
+#ifndef XCB_CURSOR_NONE
+# define XCB_CURSOR_NONE ((xcb_cursor_t) 0U)
+#endif
+
 #include <vlc_picture.h>
 #include <vlc_vout_display.h>
 
@@ -46,6 +50,7 @@ int GetWindowSize (struct vout_window_t *wnd, xcb_connection_t *conn,
                    unsigned *restrict width, unsigned *restrict height);
 void CheckSHM (vlc_object_t *obj, xcb_connection_t *conn, bool *restrict pshm);
 xcb_cursor_t CreateBlankCursor (xcb_connection_t *, const xcb_screen_t *);
+void RegisterMouseEvents (vlc_object_t *, xcb_connection_t *, xcb_window_t);
 
 int CheckError (vout_display_t *, xcb_connection_t *conn,
                 const char *str, xcb_void_cookie_t);