summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGiovanni Campagna <[email protected]>2014-07-31 17:41:39 +0200
committerraveit65 <[email protected]>2019-06-16 18:12:44 +0200
commit0d821ca7744a36d8309b3698e567e2b4cec4fcee (patch)
tree7469624caf093a99ca1d4a0e45146cab3e4cb7e7 /src/include
parent514f6930bd3f22c6ccc3cddf699fd62061de7259 (diff)
downloadmarco-0d821ca7744a36d8309b3698e567e2b4cec4fcee.tar.bz2
marco-0d821ca7744a36d8309b3698e567e2b4cec4fcee.tar.xz
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ui.h7
1 files changed, 0 insertions, 7 deletions
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,