sway/common
Jan Beich 038482cb35 common: adjust sway_log for 32-bit architectures after d7d29fe546
common/ipc-client.c:78:4: error: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Werror,-Wformat]
                        tv.tv_sec, tv.tv_usec);
                        ^~~~~~~~~
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-26 15:03:52 +00:00
..
background-image.c swaybg: split into standalone project 2019-04-25 18:44:28 +03:00
cairo.c swaybg: split into standalone project 2019-04-25 18:44:28 +03:00
ipc-client.c common: adjust sway_log for 32-bit architectures after d7d29fe546 2019-04-26 15:03:52 +00:00
list.c Merge pull request #3271 from ianyfan/list-cleanup 2018-12-09 21:50:19 +10:00
log.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
loop.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
meson.build Removed unused wlroots dependency for sway(bg|bar|msg|nag) 2019-01-21 13:04:15 -05:00
pango.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
stringop.c stringop.c: refactor a few functions 2019-03-11 14:42:58 +01:00
util.c Spawn swaynag as a wayland client 2019-04-14 12:41:59 +03:00