Skip to content

gtk: Make window handles work when attached to fullscreen windows

Ben Mather requested to merge bwhmather/gtk:drag-out-of-fullscreen into main

Window handles allow windows to be dragged from maximized to restored, but when the window is fullscreen they do nothing. With this change, windows will be unfullscreened when dragged.

Merge request reports