summaryrefslogtreecommitdiff
path: root/src/ui/frames.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/ui/frames.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/ui/frames.h')
-rw-r--r--src/ui/frames.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h
index ad6945a9..4f8705e5 100644
--- a/src/ui/frames.h
+++ b/src/ui/frames.h
@@ -136,13 +136,6 @@ void meta_frames_get_borders (MetaFrames *frames,
Window xwindow,
MetaFrameBorders *borders);
-void meta_frames_reset_bg (MetaFrames *frames,
- Window xwindow);
-void meta_frames_unflicker_bg (MetaFrames *frames,
- Window xwindow,
- int target_width,
- int target_height);
-
void meta_frames_apply_shapes (MetaFrames *frames,
Window xwindow,
int new_window_width,