GNOME Bugzilla – Bug 781862
window-props: Fix frame update on hide-titlebar-when-maximized changes
Last modified: 2017-04-28 20:23:09 UTC
See patch.
Created attachment 350599 [details] [review] window-props: Fix frame update on hide-titlebar-when-maximized changes Since we started caching frame borders in commit b4036e061, we need to invalidate the cache for changes of the GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED property to take effect immediately.
Review of attachment 350599 [details] [review]: sure
Attachment 350599 [details] pushed as 891cab3 - window-props: Fix frame update on hide-titlebar-when-maximized changes
Thanks Florian! This hack can now be removed, correct? https://github.com/deadalnix/pixel-saver/blob/1472f857fd3ea2a11f60d0396628eb48558108fd/pixel-saver%40deadalnix.me/decoration.js#L219 What would be the easiest way for an extension to find out if this bug is fixed or not? Create a separate version for 3.26+?
(In reply to Jan Niklas Hasse from comment #4) > Thanks Florian! This hack can now be removed, correct? Yes. > What would be the easiest way for an extension to find out if this bug is > fixed or not? Create a separate version for 3.26+? Yeah, there's no API/functionality that can be tested for here. So adding a separate version for 3.26 (or 3.24, as the fix is on the gnome-3-24 branch as well to be included in 3.24.2) looks like the best option.