swayfx/sway/config
Jan Beich e0324fc88c config/output: unbreak on 32-bit architectures
sway/config/output.c:624:54: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
                sway_log(SWAY_DEBUG, "spawn_swaybg cmd[%ld] = %s", k, cmd[k]);
                                                       ~~~         ^
                                                       %zu
include/log.h:40:74: note: expanded from macro 'sway_log'
        _sway_log(verb, "[%s:%d] " fmt, _sway_strip_path(__FILE__), __LINE__, ##__VA_ARGS__)
                                                                                ^~~~~~~~~~~
2019-04-08 14:02:52 -06:00
..
bar.c fix misc memory leaks 2019-02-11 10:10:48 +01:00
input.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
output.c config/output: unbreak on 32-bit architectures 2019-04-08 14:02:52 -06:00
seat.c pointer_constraint: change to a seat subcommand 2019-01-31 22:58:52 -05:00