File: upgrade-smithay-client-toolkit-0.19.patch

package info (click to toggle)
shotman 0.4.7-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 320 kB
  • sloc: makefile: 47
file content (15 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Forwarded: not-needed
Last-Update: 2025-03-02
--- a/src/main.rs
+++ b/src/main.rs
@@ -1271,2 +1271,3 @@
         event: smithay_client_toolkit::seat::keyboard::Modifiers,
+        _: u32,
     ) {
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,3 +31,3 @@
 wayland-protocols-wlr = { version = "0.3.0", features = ["client"] }
-smithay-client-toolkit = { version = "0.18.0" }
+smithay-client-toolkit = { version = "0.19" }
 png = "0.17.5"