From: Steven Tamm Date: Sun, 16 Jan 2005 00:39:04 +0000 (+0000) Subject: Changed name from mac-use-core-graphics to mac-allow-anti-aliasing X-Git-Tag: ttn-vms-21-2-B4~2724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0530c67988156d503943a1a0d88fbe75e0c04cbc;p=emacs.git Changed name from mac-use-core-graphics to mac-allow-anti-aliasing --- 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;