mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
11897d4d87270aa73e99b4921140abd0ba108f91
is a memory bitmap. All screen buffer updates does also write to the bitmap and the screen is updated by invalidating the update region. The previous version has released the screen buffer lock while scrolling up. It is not possible to release the lock while a write to the screen buffer is in progress. If the text output routines are faster, we should change the second buffer from a bitmap to character array. svn path=/trunk/; revision=8578
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%