23 Aug
2024
23 Aug
'24
2:16 p.m.
Rémi Bernon (@rbernon) commented about dlls/winex11.drv/display.c:
return rect; }
+/* Get an array of host monitor rectangles in X11 root coordinates. Free the array when it's done */ +BOOL get_host_monitor_rects( RECT **ret_rects, int *ret_count ) +{ + int gpu_count, adapter_count, monitor_count, rect_count = 0;
Wouldn't it be much simpler to call into win32u where you can simply check virtual vs physical source geometry? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6346#note_79755