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.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