diff src/nsgui.h @ 96892:4aec559b9f05

NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 22 Jul 2008 12:33:13 +0000
parents be932007d518
children cf43f4e3ecc8
line wrap: on
line diff
--- a/src/nsgui.h	Tue Jul 22 11:54:25 2008 +0000
+++ b/src/nsgui.h	Tue Jul 22 12:33:13 2008 +0000
@@ -78,8 +78,8 @@
 #define FACE_DEFAULT (~0)
 
 
-/* PENDING: xfaces requires these structures, but the question is are we
-            forced to use them? */
+/* XXX: xfaces requires these structures, but the question is are we
+        forced to use them? */
 typedef struct _XGCValues
 {
 #ifdef __OBJC__