You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 8ba51a6f711c5466e060a5958cc15c31b2b2ac7d.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user