comparison 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
comparison
equal deleted inserted replaced
33936:f27fe61c62f7 33937:ab4b48ef5a68
88 void vo_x11_clearwindow_part(Display *mDisplay, Window vo_window, 88 void vo_x11_clearwindow_part(Display *mDisplay, Window vo_window,
89 int img_width, int img_height, int use_fs); 89 int img_width, int img_height, int use_fs);
90 void vo_x11_clearwindow( Display *mDisplay, Window vo_window ); 90 void vo_x11_clearwindow( Display *mDisplay, Window vo_window );
91 void vo_x11_ontop(void); 91 void vo_x11_ontop(void);
92 void vo_x11_border(void); 92 void vo_x11_border(void);
93 void vo_x11_ewmh_fullscreen( int action ); 93 void vo_x11_ewmh_fullscreen( Window win, int action );
94 94
95 #endif 95 #endif
96 96
97 extern Window vo_window; 97 extern Window vo_window;
98 extern GC vo_gc; 98 extern GC vo_gc;