diff libvo/x11_common.h @ 33937:ab4b48ef5a68

Add a parameter to vo_x11_ewmh_fullscreen(). This allows to control to which window the event shall be sent.
author ib
date Sat, 27 Aug 2011 16:51:52 +0000
parents 169a40da4c53
children 5c6f715d8042
line wrap: on
line diff
--- a/libvo/x11_common.h	Sat Aug 27 11:17:05 2011 +0000
+++ b/libvo/x11_common.h	Sat Aug 27 16:51:52 2011 +0000
@@ -90,7 +90,7 @@
 void vo_x11_clearwindow( Display *mDisplay, Window vo_window );
 void vo_x11_ontop(void);
 void vo_x11_border(void);
-void vo_x11_ewmh_fullscreen( int action );
+void vo_x11_ewmh_fullscreen( Window win, int action );
 
 #endif