]> git.eshelyaron.com Git - emacs.git/commitdiff
Changed name from mac-use-core-graphics to mac-allow-anti-aliasing
authorSteven Tamm <steventamm@mac.com>
Sun, 16 Jan 2005 00:39:04 +0000 (00:39 +0000)
committerSteven Tamm <steventamm@mac.com>
Sun, 16 Jan 2005 00:39:04 +0000 (00:39 +0000)
src/ChangeLog
src/macterm.c

index 6f67d5e49fcf13b210fe00c2a600a32b6df99b95..eb87729133d0569ffafccc598678c5fc5e66d610 100644 (file)
@@ -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.
index 4a1593309ba7b9f9d0a9a6ee252d58e137c5be1a..11ec91668323930eda4e1a4ff860b9c609cb205c 100644 (file)
@@ -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;