kms: Fix initial output placement

This commit is contained in:
Victoria Brekenfeld 2024-06-11 17:26:00 +02:00 committed by Victoria Brekenfeld
parent 12fab6e220
commit 977ad674e5

View file

@ -230,7 +230,7 @@ impl State {
self.backend.kms().primary_node.as_ref(),
conn,
maybe_crtc,
(0, w),
(w, 0),
&self.common.event_loop_handle,
self.common.shell.clone(),
self.common.startup_done.clone(),
@ -324,7 +324,7 @@ impl State {
backend.primary_node.as_ref(),
conn,
maybe_crtc,
(0, w),
(w, 0),
&self.common.event_loop_handle,
self.common.shell.clone(),
self.common.startup_done.clone(),