summaryrefslogtreecommitdiff
path: root/src/nsgui.h
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-22 12:33:13 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-22 12:33:13 +0000
commit749e73e7f49031ed6f8726659a09cf5dcc121bea (patch)
tree8a659876ffde07108396541e584b32f4676de727 /src/nsgui.h
parent40534ab806aece8d0ed023e1315d3d4966cb8f36 (diff)
downloademacs-749e73e7f49031ed6f8726659a09cf5dcc121bea.tar.gz
NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
Diffstat (limited to 'src/nsgui.h')
-rw-r--r--src/nsgui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsgui.h b/src/nsgui.h
index 91b2956bf3f..54e336fdf3d 100644
--- a/src/nsgui.h
+++ b/src/nsgui.h
@@ -78,8 +78,8 @@ typedef unichar XChar2b;
#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__