ecore_cocoa: don't expose Ecore_Cocoa_Screen in the public API
authorJean Guyomarc'h <jean.guyomarch@gmail.com>
Tue, 5 Jan 2016 23:06:59 +0000 (00:06 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 7 Jan 2016 11:03:05 +0000 (12:03 +0100)
src/lib/ecore_cocoa/Ecore_Cocoa.h
src/lib/ecore_cocoa/ecore_cocoa_private.h

index 674f1d3..58b7e68 100644 (file)
@@ -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.
index 535e08a..ae0c6c8 100644 (file)
@@ -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);