Mercurial > emacs
changeset 98516:a3386be0b080
Fix case of "GNUstep".
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 04 Oct 2008 18:54:20 +0000 |
parents | 09a4b21bd2de |
children | 04d30d4471c2 |
files | admin/CPP-DEFINES src/nsfns.m src/nsterm.m |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/CPP-DEFINES Sat Oct 04 18:49:32 2008 +0000 +++ b/admin/CPP-DEFINES Sat Oct 04 18:54:20 2008 +0000 @@ -20,7 +20,7 @@ HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep. -NS_IMPL_GNUSTEP Compile support for GNUSTEP implementation of NS GUI API. +NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. HAVE_X11 Compile support for the X11 GUI. HAVE_X_WINDOWS Compile support for X Window system
--- a/src/nsfns.m Sat Oct 04 18:49:32 2008 +0000 +++ b/src/nsfns.m Sat Oct 04 18:54:20 2008 +0000 @@ -1592,7 +1592,7 @@ (display) Lisp_Object display; { - /* FIXME: return GUI version on GNUSTEP, ?? on OS X */ + /* FIXME: return GUI version on GNUstep, ?? on OS X */ return build_string ("1.0"); }
--- a/src/nsterm.m Sat Oct 04 18:49:32 2008 +0000 +++ b/src/nsterm.m Sat Oct 04 18:54:20 2008 +0000 @@ -838,7 +838,7 @@ r.origin.y += (r.size.height - dim.y) / 2; r.size.width = dim.x; r.size.height = dim.y; - /* XXX: cacheImageInRect under GNUSTEP does not account for + /* XXX: cacheImageInRect under GNUstep does not account for offset in x_set_window_size, so overestimate (4 fine on Cocoa) */ surr = NSInsetRect (r, -10, -10); ns_focus (frame, &surr, 1);