changeset 3951:50be9c235764

do not hide cursur if play at rootwin. based on patch by Tomas Konir <moje@molly.vabo.cz>
author arpi
date Wed, 02 Jan 2002 18:41:25 +0000
parents e92653caf5d7
children 2d1021ce5bbf
files libvo/x11_common.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Wed Jan 02 17:50:03 2002 +0000
+++ b/libvo/x11_common.c	Wed Jan 02 18:41:25 2002 +0000
@@ -50,6 +50,8 @@
 
 void vo_hidecursor ( Display *disp , Window win )
 {
+	if(WinID==0) return;	// do not hide, if we're playing at rootwin
+
 	Cursor no_ptr;
 	Pixmap bm_no;
 	XColor black,dummy;