aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_cocoa/ecore_cocoa_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/lib/ecore_cocoa/ecore_cocoa_private.h')
-rw-r--r--libraries/ecore/src/lib/ecore_cocoa/ecore_cocoa_private.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/ecore/src/lib/ecore_cocoa/ecore_cocoa_private.h b/libraries/ecore/src/lib/ecore_cocoa/ecore_cocoa_private.h
deleted file mode 100644
index 0b4cf31..0000000
--- a/libraries/ecore/src/lib/ecore_cocoa/ecore_cocoa_private.h
+++ /dev/null
@@ -1,11 +0,0 @@
1#ifndef _ECORE_COCOA_PRIVATE_H
2#define _ECORE_COCOA_PRIVATE_H
3
4struct _Ecore_Cocoa_Window
5{
6 NSWindow *window;
7 unsigned int borderless : 1;
8};
9
10
11#endif