mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Rebase against 8ba51a6f711c5466e060a5958cc15c31b2b2ac7d.
This commit is contained in:
parent
1977f6c82a
commit
8a93e0c0ef
@ -142,7 +142,7 @@ index c6a93eb5e16..786a089160f 100644
|
||||
+ pt.y = caret_rect->bottom;
|
||||
+
|
||||
+ if (hwnd != data->hwnd)
|
||||
+ NtUserMapWindowPoints( hwnd, data->hwnd, &pt, 1 );
|
||||
+ NtUserMapWindowPoints( hwnd, data->hwnd, &pt, 1, 0 /* per-monitor DPI */ );
|
||||
+
|
||||
+ if (NtUserGetWindowLongW( data->hwnd, GWL_EXSTYLE ) & WS_EX_LAYOUTRTL)
|
||||
+ pt.x = data->client_rect.right - data->client_rect.left - 1 - pt.x;
|
||||
|
@ -1 +1 @@
|
||||
7eb72b7bb3d3ea771efddcb5273e8a69456548ff
|
||||
8ba51a6f711c5466e060a5958cc15c31b2b2ac7d
|
||||
|
Loading…
Reference in New Issue
Block a user