diff options
author | Ivan Briano <sachieru@gmail.com> | 2013-02-17 14:53:25 -0300 |
---|---|---|
committer | Ivan Briano <sachieru@gmail.com> | 2013-02-17 14:53:25 -0300 |
commit | 61b8e2aefe0d988806c9edd080d86b265b53d647 (patch) | |
tree | 20ad42c561e7f378347138f3ed5098ec39090a37 /src/lib/ecore_cocoa | |
parent | d0c0a21240c22dda9f71e1b1b5244fcbef95c0d4 (diff) |
More removal of \r
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_private.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h index 0b4cf3178e..7cd08be9d2 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_private.h +++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h | |||
@@ -1,11 +1,11 @@ | |||
1 | #ifndef _ECORE_COCOA_PRIVATE_H | 1 | #ifndef _ECORE_COCOA_PRIVATE_H |
2 | #define _ECORE_COCOA_PRIVATE_H | 2 | #define _ECORE_COCOA_PRIVATE_H |
3 | 3 | ||
4 | struct _Ecore_Cocoa_Window | 4 | struct _Ecore_Cocoa_Window |
5 | { | 5 | { |
6 | NSWindow *window; | 6 | NSWindow *window; |
7 | unsigned int borderless : 1; | 7 | unsigned int borderless : 1; |
8 | }; | 8 | }; |
9 | 9 | ||
10 | 10 | ||
11 | #endif | 11 | #endif |