diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-06-29 13:12:10 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-06-29 13:18:01 -0400 |
commit | 508da27bb161aa93c80ee9b252cae9b07c49f6d2 (patch) | |
tree | 297c93f76b969ad70a920fe38aaa7d1b340a05d0 /src/lib/evas/Evas_Common.h | |
parent | 121e7be4b684645cbef76e58871c0a35027ce9bf (diff) | |
download | efl-508da27bb161aa93c80ee9b252cae9b07c49f6d2.tar.gz |
Revert "evas: add keysym member to key event structs"
This reverts commit b7c89d23252d34c1d9efecc27dc835aa8df3c50d.
this was audited and found to be impractical due to portability concerns
Diffstat (limited to 'src/lib/evas/Evas_Common.h')
-rw-r--r-- | src/lib/evas/Evas_Common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index aa82737c30..e042b1856c 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -666,7 +666,6 @@ struct _Evas_Event_Key_Down /** Key press event */ Evas_Device *dev; unsigned int keycode; /**< Key scan code numeric value @since 1.10 */ - unsigned int keysym; /**< Encoding of key symbol @since 1.15 */ }; struct _Evas_Event_Key_Up /** Key release event */ @@ -684,7 +683,6 @@ struct _Evas_Event_Key_Up /** Key release event */ Evas_Device *dev; unsigned int keycode; /**< Key scan code numeric value @since 1.10 */ - unsigned int keysym; /**< Encoding of key symbol @since 1.15 */ }; struct _Evas_Event_Render_Post /** Send when the frame rendering is done @since 1.8 */ |