diff options
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m b/src/lib/ecore_cocoa/ecore_cocoa.m index 1227f2a2a9..84ee03bf2c 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa.m +++ b/src/lib/ecore_cocoa/ecore_cocoa.m | |||
@@ -103,7 +103,7 @@ _ecore_cocoa_event_modifiers(unsigned int mod) | |||
103 | } | 103 | } |
104 | 104 | ||
105 | 105 | ||
106 | static inline Ecore_Event_Key* | 106 | static Ecore_Event_Key* |
107 | _ecore_cocoa_event_key(NSEvent *event, int keyType) | 107 | _ecore_cocoa_event_key(NSEvent *event, int keyType) |
108 | { | 108 | { |
109 | static Eina_Bool compose = EINA_FALSE; | 109 | static Eina_Bool compose = EINA_FALSE; |