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.
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;