summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 22:49:49 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 22:49:49 +0000
commitf5ce35ec8ce6d8283f0bc21499244177af7fa717 (patch)
tree77c1f8ad598275ebbfcd60eaec2745b52ca8b575 /libvo
parent554ce917df75c7545475459c8dcb96bfa00283d5 (diff)
downloadmpv-f5ce35ec8ce6d8283f0bc21499244177af7fa717.tar.bz2
mpv-f5ce35ec8ce6d8283f0bc21499244177af7fa717.tar.xz
Remove a duplicated vo_x11_selectinput_witherr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 02ab2ad4a7..9090b87b32 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -426,14 +426,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
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)
{