]> code.delx.au - gnu-emacs/blobdiff - src/nsgui.h
(create_pty): New function.
[gnu-emacs] / src / nsgui.h
index 10bdd5be2afe1039da8b31150e998f38f2fe18c4..9bf6be695daa4af5a38618fd0adec6fd704c8338 100644 (file)
@@ -60,7 +60,7 @@ typedef struct _XCharStruct
   int descent;
 } XCharStruct;
 
-/* 23: Fake tructure from Xlib.h to represent two-byte characters.  */
+/* Fake tructure from Xlib.h to represent two-byte characters.  */
 #ifndef __OBJC__
 typedef unsigned short unichar;
 #endif
@@ -121,8 +121,8 @@ typedef int Display;
 typedef Lisp_Object XrmDatabase;
 
 
-/* 23: some sort of attempt to normalize rectangle handling.. seems a bit much
-       for what is accomplished */
+/* some sort of attempt to normalize rectangle handling.. seems a bit much
+   for what is accomplished */
 typedef struct {
       int x, y;
       unsigned width, height;