diff libvo/x11_common.h @ 10765:c8fb7e2690a3

10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common.c x11_common.h |more
author alex
date Sun, 31 Aug 2003 23:13:45 +0000
parents 772571c63d45
children 53611f557562
line wrap: on
line diff
--- a/libvo/x11_common.h	Sun Aug 31 23:07:28 2003 +0000
+++ b/libvo/x11_common.h	Sun Aug 31 23:13:45 2003 +0000
@@ -54,6 +54,11 @@
 extern uint32_t vo_x11_set_equalizer(char *name, int value);
 extern uint32_t vo_x11_get_equalizer(char *name, int *value);
 extern void fstype_help(void);
+extern Window vo_x11_create_smooth_window( Display *mDisplay, Window mRoot,
+	Visual *vis, int x, int y, unsigned int width, unsigned int height,
+	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);
 
 #endif