diff options
author | ch1p <ch1p@ch1p.com> | 2014-11-19 11:33:04 +0300 |
---|---|---|
committer | ch1p <ch1p@ch1p.com> | 2014-11-19 11:33:04 +0300 |
commit | 2c2744db268f54d301c88963c9d227a3c7c49ac8 (patch) | |
tree | 2e7ab3f216ec8aa2dd292d9b3bf2027a2667bcc4 /desktop/grab.h | |
parent | bdc7ff9d08b2f4030e0c27c7752c4bdf2fed6172 (diff) |
Diffstat (limited to 'desktop/grab.h')
-rw-r--r-- | desktop/grab.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/grab.h b/desktop/grab.h index 762f9d8..0fbd889 100644 --- a/desktop/grab.h +++ b/desktop/grab.h @@ -2,7 +2,10 @@ #define GRAB_H__ enum HotkeyEvent { - HK_PREV, HK_NEXT, HK_PAUSE, HK_PLAY, + HK_PREV, + HK_NEXT, + HK_PAUSE, + HK_PLAY, HOTKEYS_COUNT }; struct Hotkey { |