stream-labs / obs-studio-node

libOBS (OBS Studio) for Node.Js, Electron and similar tools
GNU General Public License v2.0
597 stars 99 forks source link

update window setup and logging #1368

Closed summeroff closed 8 months ago

summeroff commented 9 months ago

Description

Reviewed code what creates windows for obs display. Add logging to windows destructor to know final style of a window.

Motivation and Context

Some users report display window has its own icon on task bar and stay on top over all other windows. We do not able to reproduce locally. But code definitely has issues like setting both wm_popup and wm_child flags at once.

How Has This Been Tested?

As we cannot reproduce initial issue. Only existing functionality involving displays was tested.

Types of changes

Checklist: