diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-21 17:48:37 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-21 17:48:37 +0000 |
commit | 9e50ff0c16ca4de1c68373021ed25de09852b6c5 (patch) | |
tree | c9b0a8a360128e65c0d6e3e925f3f721d16205e8 /src/image.c | |
parent | 5f2aebc0e64aaf57a71af694a224ea6368555c24 (diff) | |
download | emacs-9e50ff0c16ca4de1c68373021ed25de09852b6c5.tar.gz |
* term/ns-win.el: Rename ns- functions/variables to the
corresponding x- versions.
(x-select-text, x-cut-buffer-or-selection-value)
(x-disown-selection-internal, x-get-selection-internal)
(x-own-selection-internal, x-defined-colors, xw-defined-colors)
(x-display-mm-width, x-display-mm-height)
(x-display-backing-store, x-display-save-under)
(x-display-visual-class, x-display-screens, x-focus-frame): Remove
defaliases.
* image.c:
* nsfns.m:
* nsselect.m:
* nsterm.h:
* nsterm.m: Rename ns prefixed functions/variables to the
corresponding x versions. Update references.
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 2685237e718..5c8748eefba 100644 --- a/src/image.c +++ b/src/image.c @@ -153,7 +153,7 @@ typedef struct ns_bitmap_record Bitmap_Record; #define x_defined_color(f, name, color_def, alloc) \ ns_defined_color (f, name, color_def, alloc, 0) #define FRAME_X_SCREEN(f) 0 -#define DefaultDepthOfScreen(screen) ns_display_list->n_planes +#define DefaultDepthOfScreen(screen) x_display_list->n_planes #endif /* HAVE_NS */ |