summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-01 21:37:20 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-01 21:37:20 +0000
commita078b2a474f9fe105444a0620de4cbaf63eece7b (patch)
treee6db0a0a01d0e4ae7c6e7265371d10996ccb6df9 /libvo/x11_common.h
parent5bd84cbaaf4bf291e422a659474f4635c5504615 (diff)
downloadmpv-a078b2a474f9fe105444a0620de4cbaf63eece7b.tar.bz2
mpv-a078b2a474f9fe105444a0620de4cbaf63eece7b.tar.xz
move xv_set_eq to x11_common
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10360 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 d89526912d..f0f3efde11 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -61,6 +61,11 @@ extern Window vo_window;
extern GC vo_gc;
extern XSizeHints vo_hint;
+#ifdef HAVE_XV
+extern int vo_xv_set_eq(uint32_t xv_port, char * name, int value);
+extern int vo_xv_get_eq(uint32_t xv_port, char * name, int *value);
+#endif
+
#ifdef HAVE_NEW_GUI
extern void vo_setwindow( Window w,GC g );
extern void vo_x11_putkey(int key);