comparison libvo/vo_xv.c @ 7111:b65b78640d49

removed old input code
author alex
date Wed, 28 Aug 2002 15:55:58 +0000
parents ad9a06fc40f8
children eca7dbad0166
comparison
equal deleted inserted replaced
7110:86c478bea7ce 7111:b65b78640d49
395 vo_x11_classhint( mDisplay,vo_window,"xv" ); 395 vo_x11_classhint( mDisplay,vo_window,"xv" );
396 vo_hidecursor(mDisplay,vo_window); 396 vo_hidecursor(mDisplay,vo_window);
397 397
398 vo_x11_selectinput_witherr(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PropertyChangeMask | 398 vo_x11_selectinput_witherr(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PropertyChangeMask |
399 ((WinID==0) ? 0 : (PointerMotionMask 399 ((WinID==0) ? 0 : (PointerMotionMask
400 #ifdef HAVE_NEW_INPUT
401 | ButtonPressMask | ButtonReleaseMask 400 | ButtonPressMask | ButtonReleaseMask
402 #endif
403 ))); 401 )));
404 XSetStandardProperties(mDisplay, vo_window, hello, hello, None, NULL, 0, &hint); 402 XSetStandardProperties(mDisplay, vo_window, hello, hello, None, NULL, 0, &hint);
405 XSetWMNormalHints( mDisplay,vo_window,&hint ); 403 XSetWMNormalHints( mDisplay,vo_window,&hint );
406 XMapWindow(mDisplay, vo_window); 404 XMapWindow(mDisplay, vo_window);
407 if ( flags&1 ) vo_x11_fullscreen(); 405 if ( flags&1 ) vo_x11_fullscreen();