]> git.mdlowis.com Git - proto/labwc.git/commit
implement input_inhibit protocol, needed for swaylock
authorDaniel Barlow <dan@telent.net>
Sat, 21 Aug 2021 16:12:02 +0000 (17:12 +0100)
committerDaniel Barlow <dan@telent.net>
Sun, 22 Aug 2021 20:30:42 +0000 (21:30 +0100)
commit39b1d92f9b43cd786d9d9848061f5d28c063e03a
tree023f3ec0f54374b1df31a9dc028f07101ff20bc6
parent65f5bf189d2540a1cc17a03a12ee8e21f931c8d5
implement input_inhibit protocol, needed for swaylock

this is in "it appears to work" state, though I blindly copy-pasted a little
more code than I'm happy with, so might benefit from a review
include/labwc.h
protocols/meson.build
protocols/wlr-input-inhibitor-unstable-v1.xml [new file with mode: 0644]
src/cursor.c
src/desktop.c
src/keyboard.c
src/server.c