Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix decoration issues on x11 on gnome-shell/mutter 44
- Change _HIDE_FLAGS to use 0x0 in decorations fields of _MOTIF_WM_HINTS - Change ServerDecorations.handle to use a boolean flag tracking whether the window decorations were previously hidden by united, because mutter now keeps `window->decorated` in sync with `window->mwm_decorated` - Change ServerDecorations.decorated to use `this.win.decorated` since that flag is now kept up-to-date. Additionally, win.get_frame_type() now seems to never become Meta.FrameType.BORDER
- Loading branch information