Window titlebar double click to unmaximize
commit4c52232ee790fa0bb91c0b138a2d0d614f010b51
authorDavid Maciejak <david.maciejak@gmail.com>
Sun, 12 Mar 2023 06:58:59 +0000 (12 14:58 +0800)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 12 Mar 2023 09:44:10 +0000 (12 09:44 +0000)
treeff3dcd732298cfba15be2e1d7708b3e7774c2b94
parent43edd37ee29c6234199400d28049188e359e909f
Window titlebar double click to unmaximize

Commit 6e2075f3dfb7c9f8ca7ac447d47c715b945dd9c0 from 2020 added
a feature to maximize window when double clicking on the titlebar.
But unmaximizing is not supported so when double clicking again
on the window titlebar the window geometry was not reverted back.
src/window.c