summaryrefslogtreecommitdiff
path: root/testsuite/gtk
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-07-02 11:00:02 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-07-03 12:58:41 -0400
commitece9ae4bc507a2f2e0d6660a0058c0f79735736b (patch)
tree7051833549c789604139b28062e6177c118984f2 /testsuite/gtk
parentb5eddb0aa1110e68224d5d17d0602c0fd50d5de4 (diff)
downloadgtk+-ece9ae4bc507a2f2e0d6660a0058c0f79735736b.tar.gz
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.
Diffstat (limited to 'testsuite/gtk')
-rw-r--r--testsuite/gtk/testing.c2
1 files changed, 0 insertions, 2 deletions
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);