sway

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

commit f8d0e1f94635e6334d2d646797dfd43c219e213a
parent f59fb6bc761741fb2ed1abb6b4d4fb0509572dca
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu,  3 Aug 2017 07:06:59 -0400

Merge pull request #1300 from emersion/patch-1

Fix typo in debug log
Diffstat:
Mwayland/registry.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wayland/registry.c b/wayland/registry.c @@ -19,7 +19,7 @@ static void display_handle_mode(void *data, struct wl_output *wl_output, state->flags = flags; state->width = width; state->height = height; - sway_log(L_DEBUG, "Got mode %dx%x:0x%X for output %p", + sway_log(L_DEBUG, "Got mode %dx%d:0x%X for output %p", width, height, flags, data); } }