]> git.sesse.net Git - vlc/commit
XCB window hoykeys support
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 5 Feb 2009 19:23:57 +0000 (21:23 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 5 Feb 2009 19:23:57 +0000 (21:23 +0200)
commit8cbb6fc3390565940ef6142fb745912220f127f7
tree83a5344a1c5f1a1b08eca324af761bcb2abe820a
parent126bc96b7952e9c2263d86b00f6bc3fc24c0c6d0
XCB window hoykeys support

It kinda suck to have to duplicate this though. Qt4 embedded X video
exhibits the same problem. One ugly "fix" could involve the video
output listening for the parent window event - not sure if this would
work. Another option would be to now create a window in the video
output at all, but then we loose reparenting (useless?). In either
cases, handling of hotkeys in fullscreen mode would seem problematic,
unless we handle fullscreen via the window provider too
(control request?).
modules/video_output/Modules.am
modules/video_output/xcb/window.c