mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
testgtk: Stop using gdk_surface_set_icon_name
Its not useful api, and will disappear.
This commit is contained in:
parent
f7aec64e6f
commit
8ea80801b4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user