summaryrefslogtreecommitdiff
path: root/src/nsterm.h
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-17 13:50:30 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-17 13:50:30 +0000
commit5c1814762955a90e1d432c0603f6ecf387b701c6 (patch)
tree135c47bdfcfabe5f4ecd3dcd57212fa3886d2024 /src/nsterm.h
parentbf1f0362bb1bce219df527b8123918fb5fb1e0bd (diff)
downloademacs-5c1814762955a90e1d432c0603f6ecf387b701c6.tar.gz
change most cases of PENDING to TODO, some to FIXME or XXX
Diffstat (limited to 'src/nsterm.h')
-rw-r--r--src/nsterm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index 260263549b6..2a70ae31d53 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -542,7 +542,7 @@ extern struct ns_display_info *ns_display_list;
extern Lisp_Object ns_display_name_list;
extern struct ns_display_info *ns_display_info_for_name ();
-/* 23: PENDING: these functions (we defined in nsfns) are used in various
+/* 23: FIXME: these functions (we defined in nsfns) are used in various
places, but no prototypes are provided */
struct ns_display_info *check_x_display_info (Lisp_Object frame);
FRAME_PTR check_x_frame (Lisp_Object frame);
@@ -679,7 +679,7 @@ struct x_output
(FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f) \
- NS_SCROLL_BAR_WIDTH (f)) : 0)
-/*PENDING: fix for GNUstep inconsistent accounting for titlebar */
+/* XXX: fix for GNUstep inconsistent accounting for titlebar */
#ifdef NS_IMPL_GNUSTEP
#define NS_TOP_POS(f) ((f)->top_pos + 18)
#else