diff options
author | Sven Gothel <[email protected]> | 2013-04-08 23:02:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-08 23:02:00 +0200 |
commit | d2fc229b844942646fd9a32fc943923a5770a4be (patch) | |
tree | d4032ccba1f2c9f14d091ebec62aa781295a495e /src/newt/native/KeyEvent.h | |
parent | 6755fc707672a77025bcde81a47a5e4d93b37fb1 (diff) |
Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case UTF-16 character.
Diffstat (limited to 'src/newt/native/KeyEvent.h')
-rw-r--r-- | src/newt/native/KeyEvent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/newt/native/KeyEvent.h b/src/newt/native/KeyEvent.h index 0f7b1606b..946b3c904 100644 --- a/src/newt/native/KeyEvent.h +++ b/src/newt/native/KeyEvent.h @@ -33,7 +33,6 @@ #define EVENT_KEY_RELEASED 301 #define EVENT_KEY_TYPED 302 -#define J_CHAR_UNDEFINED 0xFFFF; #define J_VK_ENTER '\n' #define J_VK_BACK_SPACE '\b' #define J_VK_TAB '\t' @@ -221,7 +220,7 @@ #define J_VK_COMPOSE 0xFF20 #define J_VK_ALT_GRAPH 0xFF7E #define J_VK_BEGIN 0xFF58 -#define J_VK_UNDEFINED 0x0 +#define J_VK_UNDEFINED 0x0 #endif |