diff src/image.c @ 96870:30f1368d9cf6

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 21 Jul 2008 17:47:25 +0000
parents a27390a84360
children 1c0b739f899d
line wrap: on
line diff
--- a/src/image.c	Mon Jul 21 17:43:33 2008 +0000
+++ b/src/image.c	Mon Jul 21 17:47:25 2008 +0000
@@ -153,7 +153,7 @@
 #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 */