wlroots-hyprland/include
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
..
backend Include wlr/config.h in x11.h 2018-10-12 09:46:35 +13:00
render Use enum wl_shm_format for gles2 texture formats 2018-10-16 09:35:28 +02:00
rootston Merge pull request #1203 from dcz-purism/input 2018-10-12 13:44:46 +02:00
types data-device: remove wlr_data_source.seat_client 2018-10-07 16:01:57 +02:00
util util: use shm_open for in-memory files 2018-10-28 22:39:54 +01:00
wlr render: on Wayland, make eglSwapBuffers non-blocking 2018-10-28 09:58:20 +01:00
xcursor Add xcursor sublibrary 2017-08-07 21:13:04 -04:00
xwayland xwayland: fix typo to enable transparency 2018-10-27 11:59:27 +02:00
meson.build config: Avoid clash with other config-headers 2017-12-27 17:13:58 +01:00