summaryrefslogtreecommitdiff
path: root/sway/layout.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-10-25 08:58:34 -0400
committerDrew DeVault <[email protected]>2015-10-25 08:58:34 -0400
commiteb847a1b1ce122f6621de0fb76e381bf0d10b317 (patch)
treea72bb20cd5dcdf6f328e6f5cfbd9da870fd82027 /sway/layout.c
parent010368150bf814a05e35d8fe34cf20c4739c5781 (diff)
parent83ca7d3a5ccc3943de80cd07bd52e7005b13ab75 (diff)
Merge pull request #204 from sce/misc_stuff
Misc stuff
Diffstat (limited to 'sway/layout.c')
-rw-r--r--sway/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c
index 3cd873d6..6388a9b2 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -349,7 +349,7 @@ void update_geometry(swayc_t *container) {
static void arrange_windows_r(swayc_t *container, double width, double height) {
int i;
if (width == -1 || height == -1) {
- sway_log(L_DEBUG, "Arranging layout for %p", container);
+ swayc_log(L_DEBUG, container, "Arranging layout for %p", container);
width = container->width;
height = container->height;
}