diff options
| author | Joakim Verona | 2011-12-28 04:12:56 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 04:12:56 +0100 |
| commit | bb29f044aa967831cd664c54eba0de0c701436ce (patch) | |
| tree | 1398cc9780bbae0fdad071a3a3765a571c3f6d7b /src/nsgui.h | |
| parent | 3c935a7e996701244d166f684119f0ff97e25496 (diff) | |
| parent | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff) | |
| download | emacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip | |
upstream i think
Diffstat (limited to 'src/nsgui.h')
| -rw-r--r-- | src/nsgui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nsgui.h b/src/nsgui.h index 5cc2eee3230..99c64cd4cde 100644 --- a/src/nsgui.h +++ b/src/nsgui.h | |||
| @@ -65,7 +65,7 @@ typedef struct _XCharStruct | |||
| 65 | int descent; | 65 | int descent; |
| 66 | } XCharStruct; | 66 | } XCharStruct; |
| 67 | 67 | ||
| 68 | /* Fake tructure from Xlib.h to represent two-byte characters. */ | 68 | /* Fake structure from Xlib.h to represent two-byte characters. */ |
| 69 | #ifndef __OBJC__ | 69 | #ifndef __OBJC__ |
| 70 | typedef unsigned short unichar; | 70 | typedef unsigned short unichar; |
| 71 | #endif | 71 | #endif |
| @@ -202,4 +202,3 @@ typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; | |||
| 202 | #define PWinGravity (1L << 9) /* program specified window gravity */ | 202 | #define PWinGravity (1L << 9) /* program specified window gravity */ |
| 203 | 203 | ||
| 204 | #endif /* __NSGUI_H__ */ | 204 | #endif /* __NSGUI_H__ */ |
| 205 | |||