diff --git a/Userland/Services/WindowServer/ScreenLayout.ipp b/Userland/Services/WindowServer/ScreenLayout.ipp index 6478724de4..7428a4ebdb 100644 --- a/Userland/Services/WindowServer/ScreenLayout.ipp +++ b/Userland/Services/WindowServer/ScreenLayout.ipp @@ -241,10 +241,10 @@ bool ScreenLayout::try_auto_add_framebuffer(String const& device_path) if (!collision) { screens.append({ - device : device_path, - location : new_screen_rect.location(), - resolution : new_screen_rect.size(), - scale_factor : 1 + .device = device_path, + .location = new_screen_rect.location(), + .resolution = new_screen_rect.size(), + .scale_factor = 1 }); if (is_valid()) {