[vlc-devel] commit: XCB key press handling ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Feb 4 21:16:46 CET 2009
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Feb 3 23:49:15 2009 +0200| [4ab7d88131ac5eb16f193fe48f30fd05dc00961d] | committer: Rémi Denis-Courmont
XCB key press handling
Windows-specific keys are missing (found in XFree86?).
Mouse wheel is implemented with mouse events (like X11); afterall it is
not on the KEYboard.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ab7d88131ac5eb16f193fe48f30fd05dc00961d
---
modules/video_output/Modules.am | 10 +-
modules/video_output/xcb/keys.c | 219 ++++++++++++++++++++++++++++++++++++
modules/video_output/xcb/xcb.c | 11 ++
modules/video_output/xcb/xcb_vlc.h | 5 +
4 files changed, 242 insertions(+), 3 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=4ab7d88131ac5eb16f193fe48f30fd05dc00961d
More information about the vlc-devel
mailing list