aboutsummaryrefslogtreecommitdiff
path: root/include/layout.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-07-21 15:57:00 -0400
committerGitHub <noreply@github.com>2016-07-21 15:57:00 -0400
commitf181bf9c542ccb0478f653bbab76f60ac198a800 (patch)
tree3e36293102f4fae4fac864fced569de8717d73ea /include/layout.h
parent464239f7ac11d32a6f10b8517b8410a2eb9b493a (diff)
parenta2bc6f3bfd35c9785b8b3bb1a788587f298edef6 (diff)
Merge pull request #777 from Hummer12007/bg-arng
Arrange backgrounds only when required
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h
index c05e9e69..b982365c 100644
--- a/include/layout.h
+++ b/include/layout.h
@@ -59,6 +59,7 @@ void move_workspace_to(swayc_t* workspace, swayc_t* destination);
void update_layout_geometry(swayc_t *parent, enum swayc_layouts prev_layout);
void update_geometry(swayc_t *view);
void arrange_windows(swayc_t *container, double width, double height);
+void arrange_backgrounds(void);
swayc_t *get_focused_container(swayc_t *parent);
swayc_t *get_swayc_in_direction(swayc_t *container, enum movement_direction dir);