mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 05:37:37 +00:00
fix mouse cursor hide/show
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5659 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd7f0a7408
commit
392d24639d
@ -435,6 +435,7 @@ XSizeHints vo_hint;
|
||||
int vo_x11_uninit(Display *display, Window window)
|
||||
{
|
||||
XSetErrorHandler(NULL);
|
||||
vo_showcursor( display,window );
|
||||
|
||||
#ifdef HAVE_NEW_GUI
|
||||
/* destroy window only if it's not controlled by GUI */
|
||||
|
Loading…
Reference in New Issue
Block a user