yambar/bar
Nicholas Sudsgaard 5a515eae99
bar/wayland: Add unused attribute to count
This variable is only used in LOG_DBG which expands to nothing by
default. Adding the unused attribute prevents the compiler from throwing
an error (-Wunused-but-set-variable) when building.
2025-03-05 08:25:17 +01:00
..
backend.h Apply "clang-format" preferences globally 2024-04-07 10:05:10 +02:00
bar.c Fix remaining typos in the codebase (and update CI checks) 2024-05-02 16:28:51 +00:00
bar.h config: layer: add 'overlay' and 'background' 2024-04-06 15:39:19 +02:00
meson.build meson: stop using deprecated functions, require meson >= 0.58 2022-02-27 11:32:46 +01:00
private.h Apply "clang-format" preferences globally 2024-04-07 10:05:10 +02:00
wayland.c bar/wayland: Add unused attribute to count 2025-03-05 08:25:17 +01:00
wayland.h wayland: mucho wip: initial sort-of-working wayland backend 2019-02-03 11:08:53 +01:00
xcb.c typos: fix some typos 2025-01-01 13:49:32 +01:00
xcb.h bar: wip: define a 'backend' interface 2019-01-29 20:59:25 +01:00