summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-01 11:17:56 +0100
committerwm4 <wm4@nowhere>2013-03-01 11:17:56 +0100
commitfdc1560a0ed31f0c275c47ac8cb7521c0c636ddf (patch)
tree7b39076555227f4cd4d16396a08267c9b47f06da /video/out/x11_common.h
parent9d8bb0fbf62f3113c2a522f711addea9b0fe9797 (diff)
downloadmpv-fdc1560a0ed31f0c275c47ac8cb7521c0c636ddf.tar.bz2
mpv-fdc1560a0ed31f0c275c47ac8cb7521c0c636ddf.tar.xz
core: move X11 specific code to x11_common.c
Nothing changes, because vo_check_events() is called at the same place anyway.
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index 87067fc2a6..57db73b847 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -134,6 +134,4 @@ void vo_x11_update_screeninfo(struct vo *vo);
double vo_x11_vm_get_fps(struct vo *vo);
-void xscreensaver_heartbeat(struct vo_x11_state *x11);
-
#endif /* MPLAYER_X11_COMMON_H */