aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-28 13:22:11 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-28 13:23:15 +0400
commit5628bf7d779f1260d71929f2cfd902e7f3370823 (patch)
treef324bc665b6455ae31b1d5685573e317e6985d0e
parent719697179f6ddd79206e6ccf058a5e43f18ba346 (diff)
downloadniri-5628bf7d779f1260d71929f2cfd902e7f3370823.tar.gz
niri-5628bf7d779f1260d71929f2cfd902e7f3370823.tar.bz2
niri-5628bf7d779f1260d71929f2cfd902e7f3370823.zip
Update Smithay
-rw-r--r--Cargo.lock4
-rw-r--r--src/handlers/compositor.rs2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2a19a002..85faf374 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3072,7 +3072,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]]
name = "smithay"
version = "0.3.0"
-source = "git+https://github.com/Smithay/smithay.git#b62ced79c70030680cdcd3d03233bc6b8df722e2"
+source = "git+https://github.com/Smithay/smithay.git#8924f6c7766e946ad725202efd632d5ca274bc50"
dependencies = [
"appendlist",
"bitflags 2.4.2",
@@ -3144,7 +3144,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
-source = "git+https://github.com/Smithay/smithay.git#b62ced79c70030680cdcd3d03233bc6b8df722e2"
+source = "git+https://github.com/Smithay/smithay.git#8924f6c7766e946ad725202efd632d5ca274bc50"
dependencies = [
"drm",
"edid-rs",
diff --git a/src/handlers/compositor.rs b/src/handlers/compositor.rs
index 1c3b97c6..dac257d2 100644
--- a/src/handlers/compositor.rs
+++ b/src/handlers/compositor.rs
@@ -75,7 +75,7 @@ impl CompositorHandler for State {
}
}
}
- })
+ });
}
fn commit(&mut self, surface: &WlSurface) {