Mercurial > emacs
changeset 59578:10f083976969
Changed name from mac-use-core-graphics to mac-allow-anti-aliasing
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Sun, 16 Jan 2005 00:39:04 +0000 |
parents | a4a748516aa7 |
children | a588c86a429c |
files | src/ChangeLog src/macterm.c |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jan 16 00:31:53 2005 +0000 +++ b/src/ChangeLog Sun Jan 16 00:39:04 2005 +0000 @@ -1,9 +1,10 @@ 2005-01-15 Steven Tamm <steventamm@mac.com> - * 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.
--- a/src/macterm.c Sun Jan 16 00:31:53 2005 +0000 +++ b/src/macterm.c Sun Jan 16 00:39:04 2005 +0000 @@ -9923,7 +9923,7 @@ 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;