swayfx/sway/config
Dominique Martinet 248ea93c1a bar config: fix uninitialized accesses on init error
If init fails halfway through it will call the destroy function,
which needs some coherent stuff filled.
Allocate with calloc and fill in what cannot fail first

Found through static analysis.
2018-07-02 08:03:41 +09:00
..
bar.c bar config: fix uninitialized accesses on init error 2018-07-02 08:03:41 +09:00
input.c Add map_from_region command 2018-04-26 10:53:47 +01:00
output.c Store sway_outputs so that they can be reenabled 2018-06-06 20:11:24 -04:00
seat.c copy config references for input and seat 2018-01-17 09:49:02 -05:00