dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
777 stars 109 forks source link

Window Close Indication #271

Open dthain opened 3 years ago

dthain commented 3 years ago

When a graphics window object is closed on last reference, there is no visual notification to the user, which can be rather confusing. Add some cross-hatching or other indication drawn by the kernel to the screen area of a (closed) window.