Mercurial > mplayer.hg
comparison libvo/vo_gl2.c @ 7111:b65b78640d49
removed old input code
author | alex |
---|---|
date | Wed, 28 Aug 2002 15:55:58 +0000 |
parents | ce67cc1f0beb |
children | eca7dbad0166 |
comparison
equal
deleted
inserted
replaced
7110:86c478bea7ce | 7111:b65b78640d49 |
---|---|
707 XFlush(mDisplay); | 707 XFlush(mDisplay); |
708 XSync(mDisplay, False); | 708 XSync(mDisplay, False); |
709 | 709 |
710 //XSelectInput(mDisplay, vo_window, StructureNotifyMask); // !!!! | 710 //XSelectInput(mDisplay, vo_window, StructureNotifyMask); // !!!! |
711 vo_x11_selectinput_witherr(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PointerMotionMask | 711 vo_x11_selectinput_witherr(mDisplay, vo_window, StructureNotifyMask | KeyPressMask | PointerMotionMask |
712 #ifdef HAVE_NEW_INPUT | |
713 | ButtonPressMask | ButtonReleaseMask | 712 | ButtonPressMask | ButtonReleaseMask |
714 #endif | |
715 ); | 713 ); |
716 | 714 |
717 glVersion = glGetString(GL_VERSION); | 715 glVersion = glGetString(GL_VERSION); |
718 | 716 |
719 printf("[gl2] OpenGL Driver Information:\n"); | 717 printf("[gl2] OpenGL Driver Information:\n"); |