Mercurial > mplayer.hg
changeset 27902:db013e54aef5
Remove a duplicated vo_x11_selectinput_witherr
author | reimar |
---|---|
date | Sat, 15 Nov 2008 22:49:49 +0000 |
parents | 88fad4f51a94 |
children | 3da3930bf2ac |
files | libvo/vo_x11.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_x11.c Sat Nov 15 22:48:41 2008 +0000 +++ b/libvo/vo_x11.c Sat Nov 15 22:49:49 2008 +0000 @@ -426,14 +426,6 @@ vo_gc = XCreateGC(mDisplay, vo_window, 0L, &xgcv); XSync(mDisplay, False); - vo_x11_selectinput_witherr(mDisplay, vo_window, - StructureNotifyMask | KeyPressMask | - PropertyChangeMask | ExposureMask | - ((WinID == - 0) ? 0 : (ButtonPressMask | - ButtonReleaseMask | - PointerMotionMask))); - #ifdef CONFIG_XF86VM if (vm) {