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(),
|
self.backend.kms().primary_node.as_ref(),
|
||||||
conn,
|
conn,
|
||||||
maybe_crtc,
|
maybe_crtc,
|
||||||
(0, w),
|
(w, 0),
|
||||||
&self.common.event_loop_handle,
|
&self.common.event_loop_handle,
|
||||||
self.common.shell.clone(),
|
self.common.shell.clone(),
|
||||||
self.common.startup_done.clone(),
|
self.common.startup_done.clone(),
|
||||||
|
|
@ -324,7 +324,7 @@ impl State {
|
||||||
backend.primary_node.as_ref(),
|
backend.primary_node.as_ref(),
|
||||||
conn,
|
conn,
|
||||||
maybe_crtc,
|
maybe_crtc,
|
||||||
(0, w),
|
(w, 0),
|
||||||
&self.common.event_loop_handle,
|
&self.common.event_loop_handle,
|
||||||
self.common.shell.clone(),
|
self.common.shell.clone(),
|
||||||
self.common.startup_done.clone(),
|
self.common.startup_done.clone(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue