comparison 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
comparison
equal deleted inserted replaced
96891:9a435297e6f0 96892:4aec559b9f05
76 ((*chp) & 0x00ff) 76 ((*chp) & 0x00ff)
77 77
78 #define FACE_DEFAULT (~0) 78 #define FACE_DEFAULT (~0)
79 79
80 80
81 /* PENDING: xfaces requires these structures, but the question is are we 81 /* XXX: xfaces requires these structures, but the question is are we
82 forced to use them? */ 82 forced to use them? */
83 typedef struct _XGCValues 83 typedef struct _XGCValues
84 { 84 {
85 #ifdef __OBJC__ 85 #ifdef __OBJC__
86 NSColor *foreground; 86 NSColor *foreground;
87 NSColor *background; 87 NSColor *background;