summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-05 08:49:46 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-05 08:49:46 +0000
commit71d96baf240f404bb0dd102a7bcab46f7d0bc811 (patch)
treea893418039b4095aea1df89f51ab8ecd0d7a4f9c /libvo/x11_common.h
parent750bce28b6c5d73f8dde62cceef0032418d67f13 (diff)
downloadmpv-71d96baf240f404bb0dd102a7bcab46f7d0bc811.tar.bz2
mpv-71d96baf240f404bb0dd102a7bcab46f7d0bc811.tar.xz
xinerama fix by attila
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3991 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index d8266d9679..3ad800c3d1 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -37,3 +37,7 @@ int vo_x11_check_events(Display *mydisplay);
void saver_off( Display * );
void saver_on( Display * );
+
+#ifdef HAVE_XINERAMA
+void vo_x11_xinerama_move(Display *dsp, Window w);
+#endif