mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
trayicon: Use new gdk_window_set_background_pattern() API
This commit is contained in:
parent
5e4aaba482
commit
603a840de9
@ -871,7 +871,7 @@ gtk_tray_icon_realize (GtkWidget *widget)
|
||||
else
|
||||
{
|
||||
/* Set a parent-relative background pixmap */
|
||||
gdk_window_set_back_pixmap (window, NULL, TRUE);
|
||||
gdk_window_set_background_pattern (window, NULL);
|
||||
}
|
||||
|
||||
GTK_NOTE (PLUGSOCKET,
|
||||
|
Loading…
Reference in New Issue
Block a user