diff options
Diffstat (limited to 'sway/container.c')
-rw-r--r-- | sway/container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/container.c b/sway/container.c index df9ce724..c922bac3 100644 --- a/sway/container.c +++ b/sway/container.c @@ -103,7 +103,7 @@ static void update_root_geometry() { swayc_t *new_output(wlc_handle handle) { struct wlc_size size; - wlc_output_get_scaled_size(handle, &size); + output_get_scaled_size(handle, &size); const char *name = wlc_output_get_name(handle); // Find current outputs to see if this already exists { |