]> git.sesse.net Git - vlc/commit
Skins2: Use vlc KEY_MODIFIER_* constants for key modifier masks, simplifying the...
authorJP Dinger <jpd@videolan.org>
Mon, 16 Nov 2009 12:51:30 +0000 (13:51 +0100)
committerJP Dinger <jpd@videolan.org>
Sat, 5 Dec 2009 21:25:41 +0000 (22:25 +0100)
commit3569ffff1f6536644363537737f55b490f63939c
treeaf587ef5a698e727f19af9006ab36e255949f4a2
parent34a265ace2965d754351f8ae2936f6decd35a2d5
Skins2: Use vlc KEY_MODIFIER_* constants for key modifier masks, simplifying the code. Revert from enum to static const int to not have to include vlc_keys.h through the header file.
modules/gui/skins2/events/evt_input.cpp
modules/gui/skins2/events/evt_input.hpp
modules/gui/skins2/events/evt_key.cpp
modules/gui/skins2/events/evt_key.hpp
modules/gui/skins2/src/top_window.cpp