mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Add support for basic idle and idle inhibitor protocols
This commit is contained in:
parent
3e5458fa24
commit
aa9720f627
4 changed files with 56 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ keyboard_key_notify(struct wl_listener *listener, void *data)
|
|||
struct wlr_event_keyboard_key *event = data;
|
||||
struct wlr_seat *wlr_seat = server->seat.seat;
|
||||
struct wlr_input_device *device = seat->keyboard_group->input_device;
|
||||
wlr_idle_notify_activity(seat->wlr_idle, seat->seat);
|
||||
|
||||
bool handled = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue