]> git.sesse.net Git - vlc/commit
XCB: follow pointer motion in the parent window
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 28 Oct 2009 19:03:11 +0000 (21:03 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 28 Oct 2009 19:03:11 +0000 (21:03 +0200)
commit3e046d808ca418068d40669844870fff6d505f74
tree4c56846ccacfcc781ec306c307930c7859c03837
parenta15a7803b11ecc1420e262aebdeacbb635a5b46c
XCB: follow pointer motion in the parent window

This ensures events are delivered when the mouse moves outside the
rendering area but within the embedding drawable. This is necessary to
autonatically unhide the cursor. As a side effect, we need to adjust
the pointer coordinates.
modules/video_output/xcb/common.c
modules/video_output/xcb/events.c
modules/video_output/xcb/x11.c
modules/video_output/xcb/xvideo.c