From ece9ae4bc507a2f2e0d6660a0058c0f79735736b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 2 Jul 2014 11:00:02 -0400 Subject: gtkwindow: Remove resize grips Resize grips were introduced for GNOME 3.0, before we had any of the "new GNOME app" features like invisible borders and CSD. With OS X 10.6 and 10.7, Apple has replaced the classic grips in their applications with invisible borders as well. New GNOME app designs don't use resize grips anymore and the new default theme for GTK+, Adwaita, disables them entirely by forcing their width and height to 0. They're past their time. Remove the code to support them. This can always be reverted if some app relies on them. --- testsuite/gtk/testing.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuite/gtk') diff --git a/testsuite/gtk/testing.c b/testsuite/gtk/testing.c index ed67615ae4..7d59bd1d1d 100644 --- a/testsuite/gtk/testing.c +++ b/testsuite/gtk/testing.c @@ -227,8 +227,6 @@ test_spin_button_arrows (void) gboolean simsuccess; double oldval, newval; - gtk_window_set_has_resize_grip (GTK_WINDOW (window), FALSE); - child = gtk_bin_get_child (GTK_BIN (window)); gtk_container_add (GTK_CONTAINER (child), spinner); gtk_widget_show (spinner); -- cgit v1.2.1