]> Pileus Git - ~andy/gtk/commitdiff
Finish making the GtkSettings object identical on all backends so that it doesn't...
authorJohn Ralls <jralls@ceridwen.us>
Mon, 7 Mar 2011 20:28:20 +0000 (12:28 -0800)
committerJohn Ralls <jralls@ceridwen.us>
Mon, 7 Mar 2011 20:28:50 +0000 (12:28 -0800)
gtk/gtksettings.c

index c25db4bd4f0b583dd54994927a0f5f4714e31683..b1f210e930c017a2ec737f35d408ded6ef6f0ee9 100644 (file)
@@ -477,7 +477,6 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                              NULL);
   g_assert (result == PROP_MODULES);
 
-#ifdef GDK_WINDOWING_X11
   result = settings_install_property_parser (class,
                                              g_param_spec_int ("gtk-xft-antialias",
                                                                P_("Xft Antialias"),
@@ -547,7 +546,6 @@ gtk_settings_class_init (GtkSettingsClass *class)
 
   g_assert (result == PROP_CURSOR_THEME_SIZE);
 
-#endif  /* GDK_WINDOWING_X11 */
   result = settings_install_property_parser (class,
                                              g_param_spec_boolean ("gtk-alternative-button-order",
                                                                    P_("Alternative button order"),