summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
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 */