Bug 1883132 - Respond to WM_GETTITLEBARINFOEX. r=win-reviewers,rkraesig
commit883e23ef7013d675b8a348fb7a6323d156c97d4a
authorEmilio Cobos Álvarez <emilio@crisal.io>
Wed, 6 Mar 2024 15:15:51 +0000 (6 15:15 +0000)
committerEmilio Cobos Álvarez <emilio@crisal.io>
Wed, 6 Mar 2024 15:15:51 +0000 (6 15:15 +0000)
tree5bfdce3583f9a0338432be373dac8a3a3aeef758
parent6c57980b8f30abd9145c50447e1c1892acc76e4d
Bug 1883132 - Respond to WM_GETTITLEBARINFOEX. r=win-reviewers,rkraesig

This might be useful for apps to find out the maximize button position
without having to enable UIAutomation. Though it seems Windows doesn't
use this, at least.

Co-authored-by: James Teh <jteh@mozilla.com>
Differential Revision: https://phabricator.services.mozilla.com/D203422
widget/windows/nsWindow.cpp