From 0d821ca7744a36d8309b3698e567e2b4cec4fcee Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 31 Jul 2014 17:41:39 +0200 Subject: ui: always set the frame background to None This way the xserver never paints the frame background, even if the client window is destroyed. This allows us to have clean destroy window animation. There is no problem with interactive resizing because applications are using the XSync protocol, so we're not painting unless the client has redrawn. https://bugzilla.gnome.org/show_bug.cgi?id=734054 origin commit: https://gitlab.gnome.org/GNOME/metacity/commit/78c283c --- src/include/ui.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/include') diff --git a/src/include/ui.h b/src/include/ui.h index 58225dcb..ba9b1696 100644 --- a/src/include/ui.h +++ b/src/include/ui.h @@ -95,13 +95,6 @@ void meta_ui_map_frame (MetaUI *ui, void meta_ui_unmap_frame (MetaUI *ui, Window xwindow); -void meta_ui_unflicker_frame_bg (MetaUI *ui, - Window xwindow, - int target_width, - int target_height); -void meta_ui_reset_frame_bg (MetaUI *ui, - Window xwindow); - void meta_ui_apply_frame_shape (MetaUI *ui, Window xwindow, int new_window_width, -- cgit v1.2.1