summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 2c52eb3163..1a4c3ba018 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -61,6 +61,7 @@ extern void vo_x11_clearwindow_part(Display *mDisplay, Window vo_window,
int img_width, int img_height, int use_fs);
extern void vo_x11_clearwindow( Display *mDisplay, Window vo_window );
extern void vo_x11_ontop(void);
+extern void vo_x11_border(void);
extern void vo_x11_ewmh_fullscreen( int action );
#endif