summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-17 18:35:19 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-17 18:35:19 +0000
commit392d24639d3b8c295d32131eed64436d32d46c6b (patch)
tree1f99bf1098639f1027d99314ce3d0667962e77e5 /libvo/x11_common.c
parentcd7f0a74084c24b62fd563f57792fad4442df6e9 (diff)
downloadmpv-392d24639d3b8c295d32131eed64436d32d46c6b.tar.bz2
mpv-392d24639d3b8c295d32131eed64436d32d46c6b.tar.xz
fix mouse cursor hide/show
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5659 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 3cb82b3475..e6a2d66b95 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -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 */