ghaerr / microwindows

The Nano-X Window System
Other
659 stars 90 forks source link

Check for valid window before doing some actions #9

Closed roozbehid closed 5 years ago

roozbehid commented 5 years ago

These set of checks for valid window was required during showing of pop ups in Webassembly. When popup window get destroyed, something would still try to send msg to them -which could be fault of my C# code- and will cause a crash!

ghaerr commented 5 years ago

Added