mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +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
|
else
|
||||||
{
|
{
|
||||||
/* Set a parent-relative background pixmap */
|
/* Set a parent-relative background pixmap */
|
||||||
gdk_window_set_back_pixmap (window, NULL, TRUE);
|
gdk_window_set_background_pattern (window, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
GTK_NOTE (PLUGSOCKET,
|
GTK_NOTE (PLUGSOCKET,
|
||||||
|
Loading…
Reference in New Issue
Block a user