From 186dd9b00e9c52521598385bc24c2b1fe961b9d5 Mon Sep 17 00:00:00 2001 From: Guilherme Iscaro Date: Sat, 8 Oct 2016 17:29:08 -0300 Subject: Ecore Cocoa: Add missing modifiers field to Ecore Events Fix T4477 --- src/lib/ecore_cocoa/ecore_cocoa_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ecore_cocoa/ecore_cocoa_private.h') 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); Eina_Bool _ecore_cocoa_feed_events(void *anEvent); +unsigned int ecore_cocoa_event_modifiers(NSUInteger mod); + #endif -- cgit v1.2.1