wlroots-hyprland/types/seat
emersion 346ec21c4c
util: use shm_open for in-memory files
shm_open is a POSIX function creating an in-memory file. Using it simplifies
the code and removes the dependency on XDG_RUNTIME_DIR. The only downside is
that we need to generate a random name for the shm file.
2018-10-28 22:39:54 +01:00
..
wlr_seat.c seat: remove unused keyboard focus_change event 2018-09-27 12:21:30 +02:00
wlr_seat_keyboard.c util: use shm_open for in-memory files 2018-10-28 22:39:54 +01:00
wlr_seat_pointer.c Make (wlr_)seat_client_from_pointer_resource public 2018-09-18 10:14:33 +02:00
wlr_seat_touch.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00