diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-12-02 22:35:45 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-12-02 22:35:45 +0000 |
commit | 7d6010b12c47a20e492da808e3192c3f87dab619 (patch) | |
tree | 26c6fd189e046a76560c0bc740b85f4d767ae399 /src/lib/ecore_cocoa/ecore_cocoa_private.h | |
parent | 53fc441d5475155965d92da89502fe4634a561b2 (diff) |
merge: add escape ecore, fix several bugs
SVN revision: 79995
Diffstat (limited to 'src/lib/ecore_cocoa/ecore_cocoa_private.h')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h new file mode 100644 index 0000000000..0b4cf3178e --- /dev/null +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef _ECORE_COCOA_PRIVATE_H | ||
2 | #define _ECORE_COCOA_PRIVATE_H | ||
3 | |||
4 | struct _Ecore_Cocoa_Window | ||
5 | { | ||
6 | NSWindow *window; | ||
7 | unsigned int borderless : 1; | ||
8 | }; | ||
9 | |||
10 | |||
11 | #endif | ||