kms: Fix initial output placement
This commit is contained in:
parent
12fab6e220
commit
977ad674e5
1 changed files with 2 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue