sway

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

commit 79d2b0dee4362b6b2b25734ed7e24c698e7067b8
parent a4a5f620158ebebf2ddac4712a8da16e3764d419
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat,  1 Oct 2016 10:56:54 -0400

Merge pull request #921 from zandrmartin/patch-3

fix pointer format string in sway_log() call
Diffstat:
Msway/focus.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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