]> code.delx.au - gnu-emacs/blobdiff - src/nsgui.h
upstream i think
[gnu-emacs] / src / nsgui.h
index 999dc27e3104e13b107d3b1addc6c18a48c71da5..99c64cd4cde13bc40c84412c96edac3f824a04a0 100644 (file)
@@ -65,7 +65,7 @@ typedef struct _XCharStruct
   int descent;
 } XCharStruct;
 
-/* Fake tructure from Xlib.h to represent two-byte characters.  */
+/* Fake structure from Xlib.h to represent two-byte characters.  */
 #ifndef __OBJC__
 typedef unsigned short unichar;
 #endif
@@ -134,7 +134,7 @@ typedef struct {
 } XRectangle;
 
 #ifndef __OBJC__
-#if defined(__LP64__) && __LP64__
+#if defined (__LP64__) && __LP64__
 typedef double CGFloat;
 #else
 typedef float CGFloat;
@@ -202,4 +202,3 @@ typedef struct _NSRect  { NSPoint origin; NSSize size; } NSRect;
 #define PWinGravity    (1L << 9) /* program specified window gravity */
 
 #endif  /* __NSGUI_H__ */
-