Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
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;