diff options
author | Pablo Barciela <[email protected]> | 2019-02-16 12:54:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-22 10:51:46 +0100 |
commit | 90c61c664b2c31f27eb04a076bc34e9998f44335 (patch) | |
tree | df3eb6d171e59c15412a1c8cfc9fb45cf09f22cf /applets/notification_area/system-tray/na-tray-child.c | |
parent | 308d0d31734c59650af5cd4f5542df4b409c672b (diff) | |
download | mate-panel-90c61c664b2c31f27eb04a076bc34e9998f44335.tar.bz2 mate-panel-90c61c664b2c31f27eb04a076bc34e9998f44335.tar.xz |
na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered'
Diffstat (limited to 'applets/notification_area/system-tray/na-tray-child.c')
-rw-r--r-- | applets/notification_area/system-tray/na-tray-child.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applets/notification_area/system-tray/na-tray-child.c b/applets/notification_area/system-tray/na-tray-child.c index 2f8549ac..cc45abc3 100644 --- a/applets/notification_area/system-tray/na-tray-child.c +++ b/applets/notification_area/system-tray/na-tray-child.c @@ -101,13 +101,6 @@ na_tray_child_realize (GtkWidget *widget) gtk_widget_set_app_paintable (GTK_WIDGET (child), child->parent_relative_bg || child->has_alpha); - - /* Double-buffering will interfere with the parent-relative-background fake - * transparency, since the double-buffer code doesn't know how to fill in the - * background of the double-buffer correctly. - */ - gtk_widget_set_double_buffered (GTK_WIDGET (child), - child->parent_relative_bg); } static void |