wlroots/util
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
..
array.c Another round of feedback from acrisci 2018-07-14 09:52:34 +02:00
log.c Add function wlr_log_get_verbosity() 2018-09-01 21:03:52 +05:30
meson.build util: use shm_open for in-memory files 2018-10-28 22:39:54 +01:00
region.c Fix implicit conversion of floats to ints in calls to pixman_region32_contains_point 2018-09-18 13:05:44 +02:00
shm.c util: use shm_open for in-memory files 2018-10-28 22:39:54 +01:00
signal.c Make wlr_signal_emit_safe private 2018-02-12 19:52:47 +01:00