sindresorhus / get-windows

Get metadata about the active window and open windows (title, id, bounds, owner, etc)
MIT License
783 stars 161 forks source link

Fix issue #157 #159

Closed miniben-90 closed 1 year ago

miniben-90 commented 1 year ago

Allow Window if dwWindowStatus has the same value of WS_ACTIVECAPTION.

Fixes #157

sindresorhus commented 1 year ago

In the issue, I meant we should do the opposite and exclude widgets. What's your argument for including it?