]> git.sesse.net Git - vlc/blobdiff - modules/video_output/xcb/xcb_vlc.h
XCB: don't bother X server with drawing requests if we are not visible
[vlc] / modules / video_output / xcb / xcb_vlc.h
index 88e7374772fb5002151c031c77ce22a5f78c417c..6f11ba7be45d407b3308c09d47cbc331b56c3455 100644 (file)
@@ -29,7 +29,7 @@
 #include <vlc_picture.h>
 #include <vlc_vout_display.h>
 
-int ManageEvent (vout_display_t *vd, xcb_connection_t *conn, xcb_window_t window);
+int ManageEvent (vout_display_t *vd, xcb_connection_t *conn, bool *);
 
 /* keys.c */
 typedef struct key_handler_t key_handler_t;