stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=34293b02af9a22f41bd26f4c0a3698b37a27e865

commit 34293b02af9a22f41bd26f4c0a3698b37a27e865
Author: Jean Guyomarc'h <jean.guyoma...@gmail.com>
Date:   Wed Jan 6 00:06:59 2016 +0100

    ecore_cocoa: don't expose Ecore_Cocoa_Screen in the public API
---
 src/lib/ecore_cocoa/Ecore_Cocoa.h         | 5 -----
 src/lib/ecore_cocoa/ecore_cocoa_private.h | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h 
b/src/lib/ecore_cocoa/Ecore_Cocoa.h
index 674f1d3..58b7e68 100644
--- a/src/lib/ecore_cocoa/Ecore_Cocoa.h
+++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h
@@ -94,11 +94,6 @@ struct _Ecore_Cocoa_Event_Window
    Ecore_Cocoa_Window_Id wid;
 };
 
-struct _Ecore_Cocoa_Screen
-{
-  int dummy;
-};
-
 /**
  * @typedef Ecore_Cocoa_Cnp_Type
  * Type used to interact with the Cocoa pasteboard.
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h 
b/src/lib/ecore_cocoa/ecore_cocoa_private.h
index 535e08a..ae0c6c8 100644
--- a/src/lib/ecore_cocoa/ecore_cocoa_private.h
+++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h
@@ -61,6 +61,11 @@ struct _Ecore_Cocoa_Window
    unsigned int borderless : 1;
 };
 
+struct _Ecore_Cocoa_Screen
+{
+  int dummy;
+};
+
 
 /* Internal init */
 Eina_Bool _ecore_cocoa_window_init(void);

-- 


Reply via email to