Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
return !IsRectEmpty( &monitor->rc_monitor );
}
+static BOOL is_monitor_primary( struct monitor *monitor ) +{
- struct adapter *adapter;
- if (!(adapter = monitor->adapter)) return TRUE;
Let's add a comment about the virtual monitor doesn't have an adapter here as well.