aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsgui.h
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /src/nsgui.h
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'src/nsgui.h')
-rw-r--r--src/nsgui.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/nsgui.h b/src/nsgui.h
index 999dc27e310..0c9a8a01e69 100644
--- a/src/nsgui.h
+++ b/src/nsgui.h
@@ -1,5 +1,5 @@
1/* Definitions and headers for communication on the NeXT/Open/GNUstep API. 1/* Definitions and headers for communication on the NeXT/Open/GNUstep API.
2 Copyright (C) 1995, 2005, 2008-2011 Free Software Foundation, Inc. 2 Copyright (C) 1995, 2005, 2008-2012 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -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__
70typedef unsigned short unichar; 70typedef unsigned short unichar;
71#endif 71#endif
@@ -134,7 +134,7 @@ typedef struct {
134} XRectangle; 134} XRectangle;
135 135
136#ifndef __OBJC__ 136#ifndef __OBJC__
137#if defined(__LP64__) && __LP64__ 137#if defined (__LP64__) && __LP64__
138typedef double CGFloat; 138typedef double CGFloat;
139#else 139#else
140typedef float CGFloat; 140typedef float CGFloat;
@@ -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