summaryrefslogtreecommitdiff
path: root/src/include/ui.h
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2014-07-31 17:41:39 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-01-19 05:08:39 +0200
commit78c283c646a69d86d0e708c39fed6dfa131663ab (patch)
tree840262ee8af98ee7a9bae2d5184fa1bc4f4f149f /src/include/ui.h
parent2479ee8e0c03b228ea9affe2fefc99d5484525e4 (diff)
downloadmetacity-78c283c646a69d86d0e708c39fed6dfa131663ab.tar.gz
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
Diffstat (limited to 'src/include/ui.h')
-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 fb8db68b..8f1261c7 100644
--- a/src/include/ui.h
+++ b/src/include/ui.h
@@ -88,13 +88,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,