From 8b84635c64500dc48ba1785710e0168bd4a1d51f Mon Sep 17 00:00:00 2001 From: lgb Date: Fri, 13 Apr 2001 00:54:05 +0000 Subject: Autohide X11 cursor git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@385 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xmga.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/vo_xmga.c') diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c index 77e77fbc2b..0d995cad4c 100644 --- a/libvo/vo_xmga.c +++ b/libvo/vo_xmga.c @@ -244,6 +244,7 @@ static uint32_t init( uint32_t width, uint32_t height, uint32_t d_width, uint32_ mDepth, InputOutput, vinfo.visual,xswamask,&xWAttribs ); + vo_hidecursor(mDisplay,mWindow); if ( fullscreen ) vo_x11_decoration( mDisplay,mWindow,0 ); -- cgit v1.2.3