diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2014-07-31 17:41:39 +0200 |
---|---|---|
committer | Giovanni Campagna <gcampagna@src.gnome.org> | 2014-07-31 17:54:38 +0200 |
commit | d0f2c6be6d6dc0c5d5db2ff1ee12874af720c5b8 (patch) | |
tree | 4a0d86c3f8cef06baf4f30d7517f98f70f3eef1b /src/ui/ui.h | |
parent | 3a535b672245d2a4a70c59afc675e087504241ea (diff) | |
download | mutter-d0f2c6be6d6dc0c5d5db2ff1ee12874af720c5b8.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/ui.h')
-rw-r--r-- | src/ui/ui.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h index 8bc6d4587..9bb332cf3 100644 --- a/src/ui/ui.h +++ b/src/ui/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); - cairo_region_t *meta_ui_get_frame_bounds (MetaUI *ui, Window xwindow, int window_width, |