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 f5ae98fc28..dc25b1d93b 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -59,6 +59,7 @@ extern Window vo_x11_create_smooth_window( Display *mDisplay, Window mRoot,
int depth, Colormap col_map);
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 );
#endif