summaryrefslogtreecommitdiff
path: root/src/include/boxes.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-10-24 21:59:58 +0200
committerinfirit <[email protected]>2014-10-27 12:29:24 +0100
commitbec068ef5ddc73f23ffd6298122bf818fd4d2084 (patch)
treed7db4682b85c601d069de72cf76dda77b8a5e8dc /src/include/boxes.h
parentf814451acc48aec6d2fa1c217468f74e57a84340 (diff)
downloadmarco-bec068ef5ddc73f23ffd6298122bf818fd4d2084.tar.bz2
marco-bec068ef5ddc73f23ffd6298122bf818fd4d2084.tar.xz
Rework tiling code based off Consortium
Taken from https://github.com/SolusOS-discontinued/consortium/commit/b463e03f5bdeab307ceee6b969c681f29537c76d
Diffstat (limited to 'src/include/boxes.h')
-rw-r--r--src/include/boxes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/boxes.h b/src/include/boxes.h
index 0e30b2a8..cf49fe62 100644
--- a/src/include/boxes.h
+++ b/src/include/boxes.h
@@ -284,7 +284,8 @@ GList* meta_rectangle_find_onscreen_edges (const MetaRectangle *basic_rect,
* struts.
*/
GList* meta_rectangle_find_nonintersected_xinerama_edges (
- const GList *xinerama_rects,
+ const MetaRectangle *screen_rect,
+ const GList *xinerama_rects,
const GSList *all_struts);
#endif /* META_BOXES_H */