]> git.sesse.net Git - vlc/commit
Patch to enable/disable key and mouse handling at vout level:
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 Nov 2008 15:48:04 +0000 (16:48 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 Nov 2008 15:48:04 +0000 (16:48 +0100)
commit52f79869de83fe0dbc0c199da89f02147f521578
tree73c465061b7e560adf1a30e201650b210cbeb238
parent6f1a7b41f0f2175ceb1dd399b1ded5e30ffe704b
Patch to enable/disable key and mouse handling at vout level:

- x11-event option is renamed vout-event and become global
(libvlc-module.c)
- var_CreateGetInteger is called once at x11 initialization

Patch by Joseph Tulou
modules/video_output/x11/x11.c
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.h
src/libvlc-module.c