Fix Command button on Mac, round 2

This commit is contained in:
Berke Viktor 2012-10-21 03:47:21 +02:00
parent 8c297f6797
commit 125cebb09a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define STATE_SHIFT GDK_SHIFT_MASK
#define STATE_ALT GDK_MOD1_MASK
#ifdef __APPLE__
#define STATE_CTRL GDK_SUPER_MASK
#define STATE_CTRL GDK_META_MASK
#else
#define STATE_CTRL GDK_CONTROL_MASK
#endif