diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-03-01 12:32:50 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-03-12 14:56:20 -0400 |
commit | 8ea80801b41ed95f30e3d9a52e28575245a3ad93 (patch) | |
tree | b901a4cb38a3838dc951fff97221ba62c541228a /tests | |
parent | f7aec64e6f8af8459bd1f46461ced28abe05bd77 (diff) | |
download | gtk+-8ea80801b41ed95f30e3d9a52e28575245a3ad93.tar.gz |
testgtk: Stop using gdk_surface_set_icon_name
Its not useful api, and will disappear.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index d160d68073..67f649b1aa 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -4682,8 +4682,6 @@ create_wmhints (GtkWidget *widget) g_object_unref (texture); g_object_unref (pixbuf); - gdk_surface_set_icon_name (gdk_surface, "WMHints Test Icon"); - gdk_surface_set_decorations (gdk_surface, GDK_DECOR_ALL | GDK_DECOR_MENU); gdk_surface_set_functions (gdk_surface, GDK_FUNC_ALL | GDK_FUNC_RESIZE); |