mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() - Simplify locking: having a lock for each screen buffer is overkill since most programs only use one screen buffer at a time. (besides, almost all APIs were taking the console lock anyway) Reduce to just having one lock for a console. - Instead of keeping track of how many references a screen buffer has, keep track of handles only. When all handles to a screen buffer are closed, it should be deleted even if it's the active buffer (not yet implemented). svn path=/trunk/; revision=47317 |
||
---|---|---|
irc | ||
reactos | ||
rosapps | ||
rostests | ||
wallpaper |