yambar/bar
Daniel Eklöf 83591b9269 bar: use calloc() instead of malloc()
In cases where it makes sense, use calloc() instead of malloc():

* When allocating large objects with many members, many for which
  NULL/0 is a good default value.
* Arrays etc where we explicitly initialize to NULL anyway.
2019-02-09 10:55:42 +01:00
..
backend.h cmake: break out bar stuff to separate CMakeLists.txt 2019-02-07 12:06:16 +01:00
bar.c bar: use calloc() instead of malloc() 2019-02-09 10:55:42 +01:00
bar.h cmake: break out bar stuff to separate CMakeLists.txt 2019-02-07 12:06:16 +01:00
CMakeLists.txt cmake: ensure the wayland-protocols package is available 2019-02-07 12:45:05 +01:00
private.h cmake: break out bar stuff to separate CMakeLists.txt 2019-02-07 12:06:16 +01:00
wayland.c bar/wayland: do *not* enable keyboard interactivity 2019-02-07 18:27:09 +01:00
wayland.h wayland: mucho wip: initial sort-of-working wayland backend 2019-02-03 11:08:53 +01:00
xcb.c bar/xcb: cleanup: don't try to free NULL resources 2019-02-07 11:51:26 +01:00
xcb.h bar: wip: define a 'backend' interface 2019-01-29 20:59:25 +01:00