]> git.sesse.net Git - vlc/commit
globalhotkeys : use new xcb-util API (>= 0.3.4)
authorRafaël Carré <rafael.carre@gmail.com>
Wed, 7 Oct 2009 17:57:48 +0000 (19:57 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Wed, 7 Oct 2009 18:02:53 +0000 (20:02 +0200)
commitb3a591d0bf921e373ea26ae3f14e0685c840ffda
tree5a60248d41655221ef6ccc104a45c91e8676f1ea
parent25cd5920e5fdab49f3d3d095a628e392ba1de1a7
globalhotkeys : use new xcb-util API (>= 0.3.4)

recent xcb_key_symbols_get_keycode() now returns a pointer

Keep old API (as present in Debian Lenny for example) as requested by nefrir
GetModifier() is broken when using the new API, it might be broken as
well when using the old API.

Documents / source code of functions used in GetModifier() are very
welcome, libxcb only ships XML descriptions and the generated source
code is very unreadable.
configure.ac
modules/control/globalhotkeys/xcb.c