]> git.decadent.org.uk Git - ion3.git/blob - mod_tiling/split-stdisp.h
4f6ca592742f9478269b2ec21dcaf3ec60913f7c
[ion3.git] / mod_tiling / split-stdisp.h
1 /*
2  * ion/mod_tiling/split-stdisp.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_MOD_TILING_SPLIT_STDISP_H
13 #define ION_MOD_TILING_SPLIT_STDISP_H
14
15 #include "split.h"
16
17 extern bool split_try_sink_stdisp(WSplitSplit *node, bool iterate, bool force);
18 extern bool split_try_unsink_stdisp(WSplitSplit *node, bool iterate, bool force);
19 extern bool split_regularise_stdisp(WSplitST *stdisp);
20
21 extern int stdisp_recommended_w(WSplitST *stdisp);
22 extern int stdisp_recommended_h(WSplitST *stdisp);
23
24 #endif /* ION_MOD_TILING_SPLIT_STDISP_H */