ecore_cocoa: don't expose Ecore_Cocoa_Screen in the public API

This commit is contained in:
Jean Guyomarc'h 2016-01-06 00:06:59 +01:00 committed by Stefan Schmidt
parent edaa72ce1c
commit 34293b02af
2 changed files with 5 additions and 5 deletions

View 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.

View 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);