Add xscreensaver_heartbeat() declaration to x11_common.h.

This avoids a forward declaration in mplayer.c.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30574 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-14 12:57:18 +00:00
parent 93e9e860d7
commit 2e816f7a17
2 changed files with 1 additions and 6 deletions

View File

@ -137,6 +137,7 @@ int xv_test_ckm( void * arg );
void vo_setwindow( Window w,GC g );
void vo_x11_putkey(int key);
void xscreensaver_heartbeat(void);
void saver_off( Display * );
void saver_on( Display * );

View File

@ -152,12 +152,6 @@ static int cfg_include(m_option_t *conf, char *filename){
#include "get_path.h"
//**************************************************************************//
// XScreensaver
//**************************************************************************//
void xscreensaver_heartbeat(void);
//**************************************************************************//
//**************************************************************************//
// Input media streaming & demultiplexer: