From fdc1560a0ed31f0c275c47ac8cb7521c0c636ddf Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Mar 2013 11:17:56 +0100 Subject: core: move X11 specific code to x11_common.c Nothing changes, because vo_check_events() is called at the same place anyway. --- video/out/x11_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/x11_common.h') 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 */ -- cgit v1.2.3