git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitbbb145cd1d26d2c3bf56e7639d3b6a0fd8ff8d69
parent1a3123e111
authorIsaac Freund <[email protected]>
date2025-07-19 13:59
input: remove outdated XXX comment

 river/Seat.zig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/river/Seat.zig b/river/Seat.zig
index 4322691..660c0f3 100644
--- a/river/Seat.zig
+++ b/river/Seat.zig
@@ -658,7 +658,6 @@ pub fn matchPointerBinding(
     button: u32,
 ) ?*PointerBinding {
     const wlr_keyboard = seat.wlr_seat.getKeyboard() orelse return null;
-    // XXX this is not ok, we need to store current modifiers per-Keyboard ourselves
     const modifiers = wlr_keyboard.getModifiers();
 
     var found: ?*PointerBinding = null;