summaryrefslogtreecommitdiff
path: root/src/lib/evas/Evas_Common.h
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2015-06-29 13:12:10 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2015-06-29 13:18:01 -0400
commit508da27bb161aa93c80ee9b252cae9b07c49f6d2 (patch)
tree297c93f76b969ad70a920fe38aaa7d1b340a05d0 /src/lib/evas/Evas_Common.h
parent121e7be4b684645cbef76e58871c0a35027ce9bf (diff)
downloadefl-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.h2
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 */