Mercurial > mplayer.hg
changeset 6406:9bbbcd3a6762
Aii 10l forgot to commit with my last x11_common.c commit
author | atmos4 |
---|---|
date | Thu, 13 Jun 2002 00:26:17 +0000 |
parents | d0f408a8b150 |
children | 2b61d16017da |
files | libvo/x11_common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.h Thu Jun 13 00:15:32 2002 +0000 +++ b/libvo/x11_common.h Thu Jun 13 00:26:17 2002 +0000 @@ -27,7 +27,7 @@ extern int vo_init( void ); extern void vo_uninit( void ); -extern int vo_hidecursor ( Display* , Window ); +extern void vo_hidecursor ( Display* , Window ); extern void vo_showcursor( Display *disp, Window win ); extern void vo_x11_decoration( Display * vo_Display,Window w,int d ); extern void vo_x11_classhint( Display * display,Window window,char *name );