summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:13:45 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:13:45 +0000
commit7988f6bde60e8543673fc5198f9885c9dd521a87 (patch)
treec63a4ca21e52aa2ba50f0a230ffa07dfe11f2248 /libvo/x11_common.h
parentb40642377a4aa093d3ec641d4fe86c6ad9033f44 (diff)
downloadmpv-7988f6bde60e8543673fc5198f9885c9dd521a87.tar.bz2
mpv-7988f6bde60e8543673fc5198f9885c9dd521a87.tar.xz
10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u x11_common.c x11_common.h |more
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10766 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index f0f3efde11..f5ae98fc28 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -54,6 +54,11 @@ extern Colormap vo_x11_create_colormap(XVisualInfo *vinfo);
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