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?