sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit f4356135a1bd17f46eabc893415bfb1fd03fcd7f
parent b18c64d795f7158a66085babce33580091eebde3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 22 Aug 2016 12:53:31 -0400

Merge pull request #869 from Hummer12007/patch-1

Fix a format string
Diffstat:
Msway/focus.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/focus.c b/sway/focus.c @@ -115,7 +115,7 @@ bool set_focused_container(swayc_t *c) { c = get_focused_container(workspace); } - swayc_log(L_DEBUG, c, "Setting focus to %p:%" PRIuPTR, c, c->handle); + swayc_log(L_DEBUG, c, "Setting focus to %p:%lu" PRIuPTR, c, c->handle); if (c->type == C_VIEW) { // dispatch a window event