[vte] vteapp: Remove --antialias option



commit 12aa33c89e995f9b6fcbe3ae22d6997a4c60393c
Author: Christian Persch <chpe gnome org>
Date:   Mon May 2 21:20:08 2011 +0200

    vteapp: Remove --antialias option
    
    https://bugzilla.gnome.org/show_bug.cgi?id=561366
    
    Conflicts:
        src/vteapp.c

 src/vteapp.c |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/src/vteapp.c b/src/vteapp.c
index 482b3dd..2f23aa2 100644
--- a/src/vteapp.c
+++ b/src/vteapp.c
@@ -547,7 +547,7 @@ main(int argc, char **argv)
                 console = FALSE, scroll = FALSE, keep = FALSE,
                 icon_title = FALSE, shell = TRUE, highlight_set = FALSE,
                 cursor_set = FALSE, reverse = FALSE, use_geometry_hints = TRUE,
-                antialias = TRUE, use_scrolled_window = FALSE,
+                use_scrolled_window = FALSE,
                 show_object_notifications = FALSE, rewrap = TRUE;
        char *geometry = NULL;
        gint lines = -1;
@@ -564,11 +564,6 @@ main(int argc, char **argv)
        GdkColor fore, back, tint, highlight, cursor;
        const GOptionEntry options[]={
                {
-                       "antialias", 'A', G_OPTION_FLAG_REVERSE,
-                       G_OPTION_ARG_NONE, &antialias,
-                       "Disable the use of anti-aliasing", NULL
-               },
-               {
                        "background", 'B', 0,
                        G_OPTION_ARG_FILENAME, &background,
                        "Specify a background image", NULL
@@ -918,7 +913,7 @@ main(int argc, char **argv)
        /* Set the default font. */
         G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
        vte_terminal_set_font_from_string_full(terminal, font,
-                                              antialias ? VTE_ANTI_ALIAS_USE_DEFAULT : 
VTE_ANTI_ALIAS_FORCE_DISABLE);
+                                              VTE_ANTI_ALIAS_USE_DEFAULT);
         G_GNUC_END_IGNORE_DEPRECATIONS;
 
        /* Match "abcdefg". */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]