From 90c61c664b2c31f27eb04a076bc34e9998f44335 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 16 Feb 2019 12:54:56 +0100 Subject: na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered' --- applets/notification_area/system-tray/na-tray-child.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'applets/notification_area') 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 -- cgit v1.2.1