From 0530c67988156d503943a1a0d88fbe75e0c04cbc Mon Sep 17 00:00:00 2001 From: Steven Tamm Date: Sun, 16 Jan 2005 00:39:04 +0000 Subject: [PATCH] Changed name from mac-use-core-graphics to mac-allow-anti-aliasing --- src/ChangeLog | 7 ++++--- src/macterm.c | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 6f67d5e49fc..eb87729133d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,10 @@ 2005-01-15 Steven Tamm - * macterm.c (Vmac_use_core_graphics): defined - (syms_of_macterm): Added mac-use-core-graphics + * macterm.c (Vmac_use_core_graphics): defined for + mac-allow-anti-aliasing + (syms_of_macterm): Added mac-allow-anti-aliasing (mac_draw_string_common): Use core graphics text rendering if - mac-use-core-graphics is enabled. + mac-allow-anti-aliasing is enabled. * macfns.c (Fx_file_dialog): Save As dialog includes only the file name in the text box. diff --git a/src/macterm.c b/src/macterm.c index 4a1593309ba..11ec9166832 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -9923,7 +9923,7 @@ Toolbox for processing before Emacs sees it. */); Vmac_pass_control_to_system = Qt; #endif - DEFVAR_LISP ("mac-use-core-graphics", &Vmac_use_core_graphics, + DEFVAR_LISP ("mac-allow-anti-aliasing", &Vmac_use_core_graphics, doc: /* If non-nil, the text will be rendered using Core Graphics text rendering which may anti-alias the text. */); Vmac_use_core_graphics = Qnil; -- 2.39.5