1
0
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:
pontscho 2002-04-17 18:35:19 +00:00
parent cd7f0a7408
commit 392d24639d

View File

@ -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 */