Mercurial > mplayer.hg
diff libvo/x11_common.h @ 26007:429c8f64b810
Remove pointless #ifdefs around extern declarations.
author | diego |
---|---|
date | Wed, 20 Feb 2008 08:51:53 +0000 |
parents | 3baf6a2283da |
children | 4129c8cfa742 |
line wrap: on
line diff
--- a/libvo/x11_common.h Wed Feb 20 08:24:26 2008 +0000 +++ b/libvo/x11_common.h Wed Feb 20 08:51:53 2008 +0000 @@ -108,10 +108,8 @@ int xv_test_ckm( void * arg ); #endif -#ifdef HAVE_NEW_GUI extern void vo_setwindow( Window w,GC g ); extern void vo_x11_putkey(int key); -#endif void saver_off( Display * ); void saver_on( Display * );