changeset 5658:f066c0be8d42

fix mouse cursor hide/show
author pontscho
date Wed, 17 Apr 2002 18:35:19 +0000
parents ee2efbf3dc9d
children b17666766389
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Wed Apr 17 13:30:05 2002 +0000
+++ b/libvo/x11_common.c	Wed Apr 17 18:35:19 2002 +0000
@@ -435,6 +435,7 @@
 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 */