yambar/bar
Jan Beich ec465ba3b3 wayland: unbreak build without memfd_create
New FreeBSD versions have memfd_create but other BSDs don't.

bar/wayland.c:774:15: error: implicit declaration of function 'memfd_create' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    pool_fd = memfd_create("yambar-wayland-shm-buffer-pool", MFD_CLOEXEC);
              ^
bar/wayland.c:774:62: error: use of undeclared identifier 'MFD_CLOEXEC'
    pool_fd = memfd_create("yambar-wayland-shm-buffer-pool", MFD_CLOEXEC);
                                                             ^
2021-10-03 23:07:23 +00:00
..
backend.h bar: add bar->output_name(), returns the name of the output we’re on 2021-08-09 19:56:47 +02:00
bar.c Silence “variable length array bound evaluates to non-positive value 0” 2021-08-26 13:27:29 +02:00
bar.h Add layer option 2021-08-25 18:42:46 +02:00
meson.build module/river: meson: explicitly add wl_proto_src + wl_proto_headers to sources 2020-09-24 17:30:18 +02:00
private.h Add layer option 2021-08-25 18:42:46 +02:00
wayland.c wayland: unbreak build without memfd_create 2021-10-03 23:07:23 +00:00
wayland.h wayland: mucho wip: initial sort-of-working wayland backend 2019-02-03 11:08:53 +01:00
xcb.c bar: add bar->output_name(), returns the name of the output we’re on 2021-08-09 19:56:47 +02:00
xcb.h bar: wip: define a 'backend' interface 2019-01-29 20:59:25 +01:00