mirror of
https://github.com/brl/mutter.git
synced 2025-07-29 13:08:02 +00:00
Stop shaping the frame window
In preparation for switching to handling the output shape purely by what we paint, stop applying a shape to the frame of the window. Even when we restore handling the output shape, this will change the behavior with respect to input; transparent areas between the frame and the contents will stop clicks rather than passing them through, but that is arguably at least as expected considering how that we decorate shaped windows with a frame all around. https://bugzilla.gnome.org/show_bug.cgi?id=644930
This commit is contained in:
@@ -3334,14 +3334,6 @@ meta_window_maximize_internal (MetaWindow *window,
|
||||
if (maximize_horizontally || maximize_vertically)
|
||||
window->force_save_user_rect = FALSE;
|
||||
|
||||
/* Fix for #336850: If the frame shape isn't reapplied, it is
|
||||
* possible that the frame will retains its rounded corners. That
|
||||
* happens if the client's size when maximized equals the unmaximized
|
||||
* size.
|
||||
*/
|
||||
if (window->frame)
|
||||
window->frame->need_reapply_frame_shape = TRUE;
|
||||
|
||||
recalc_window_features (window);
|
||||
set_net_wm_state (window);
|
||||
|
||||
|
Reference in New Issue
Block a user