do not hide cursur if play at rootwin. based on patch by Tomas Konir <moje@molly.vabo.cz>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3952 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-01-02 18:41:25 +00:00
parent 556b0dbdbc
commit fe450871a8
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ int WinID=-1;
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;