mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
123a7c80e0
- Add a check in co_UserCreateWindowEx() for parentless windows, that checks the default layout direction; if it's LAYOUT_RTL add the WS_EX_LAYOUTRTL flag to the extended window styles. - Make the internal routine accepting also LAYOUT_LTR as a value for SetProcessDefaultLayout(). Limit receiving value to LAYOUT_ORIENTATIONMASK (and not just LAYOUT_RTL) or LAYOUT_LTR, as per written in: https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-setprocessdefaultlayout Now all the applications that call SetProcessDefaultLayout() to mirror the layout get mirrored. This is based on Wine. |
||
---|---|---|
.. | ||
drivers | ||
gdi | ||
include | ||
printing | ||
reactx | ||
user | ||
CMakeLists.txt | ||
napi.h | ||
pch.h | ||
sys-stubs.S | ||
w32ksvc.db | ||
w32ksvc.h | ||
win32k.h | ||
win32k.rc | ||
win32k.spec | ||
win32kp.h |