mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Some win32k syscalls were still taking the exclusive user lock even though they only read existing state. This switches a few simple query paths to the shared user lock instead: foreground window lookup, IME hotkey/context queries, layered window attributes, and title bar info. The goal is to avoid taking the writer lock for read-only work while keeping the same behavior.