Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/display.c:
WINE_DEFAULT_DEBUG_CHANNEL(waylanddrv);
-void wayland_init_display_devices(void) +BOOL force_display_devices_refresh = FALSE;
```suggestion:-0+0 static BOOL force_display_devices_refresh; ```
Unless it will be used elsewhere later, in which case it should probably also be declared in the header? Might still be better to make it static here and change it then.