comparison libvo/x11_common.h @ 30532:18b9a39a5bac

Add xscreensaver_heartbeat() declaration to x11_common.h. This avoids a forward declaration in mplayer.c.
author diego
date Sun, 14 Feb 2010 12:57:18 +0000
parents 1d39794263eb
children f2aebe1309b2
comparison
equal deleted inserted replaced
30531:704903d34069 30532:18b9a39a5bac
135 #endif 135 #endif
136 136
137 void vo_setwindow( Window w,GC g ); 137 void vo_setwindow( Window w,GC g );
138 void vo_x11_putkey(int key); 138 void vo_x11_putkey(int key);
139 139
140 void xscreensaver_heartbeat(void);
140 void saver_off( Display * ); 141 void saver_off( Display * );
141 void saver_on( Display * ); 142 void saver_on( Display * );
142 143
143 #ifdef CONFIG_XF86VM 144 #ifdef CONFIG_XF86VM
144 void vo_vm_switch(void); 145 void vo_vm_switch(void);