Update Smithay, with Window that supports X11 surfaces
This commit is contained in:
parent
849882a7db
commit
3036448c19
24 changed files with 482 additions and 619 deletions
|
|
@ -642,7 +642,7 @@ impl State {
|
|||
|
||||
if non_desktop {
|
||||
let Ok(output_name) = drm_helpers::interface_name(&device.drm, conn) else {
|
||||
continue
|
||||
continue;
|
||||
};
|
||||
let drm_helpers::EdidInfo {
|
||||
model,
|
||||
|
|
@ -779,7 +779,7 @@ impl State {
|
|||
|
||||
if non_desktop {
|
||||
let Ok(output_name) = drm_helpers::interface_name(&device.drm, conn) else {
|
||||
continue
|
||||
continue;
|
||||
};
|
||||
let drm_helpers::EdidInfo {
|
||||
model,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue