diff options
author | Guilherme Iscaro <iscaro@profusion.mobi> | 2016-10-08 17:29:08 -0300 |
---|---|---|
committer | Guilherme Iscaro <iscaro@profusion.mobi> | 2016-10-10 14:20:47 -0300 |
commit | 186dd9b00e9c52521598385bc24c2b1fe961b9d5 (patch) | |
tree | fdcd8e490d622520b14a3304674bf807bfc660c0 /src/lib/ecore_cocoa/ecore_cocoa_private.h | |
parent | 0897715c8da0428331c9288bcef55e5fe53638b1 (diff) |
Ecore Cocoa: Add missing modifiers field to Ecore Events
Fix T4477
Diffstat (limited to 'src/lib/ecore_cocoa/ecore_cocoa_private.h')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index 478cadf57d..a97d278e88 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h | |||
@@ -79,6 +79,8 @@ Eina_Bool _ecore_cocoa_window_init(void); | |||
79 | 79 | ||
80 | Eina_Bool _ecore_cocoa_feed_events(void *anEvent); | 80 | Eina_Bool _ecore_cocoa_feed_events(void *anEvent); |
81 | 81 | ||
82 | unsigned int ecore_cocoa_event_modifiers(NSUInteger mod); | ||
83 | |||
82 | 84 | ||
83 | 85 | ||
84 | #endif | 86 | #endif |