Update contrib
[notion/jeffpc.git] / ioncore / float-placement.h
blob79ae0b9581b9fd9ddba9f5a24f40afbcab885e93
1 /*
2 * ion/ioncore/float-placement.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_FLOAT_PLACEMENT_H
10 #define ION_IONCORE_FLOAT_PLACEMENT_H
12 #include "common.h"
13 #include "group.h"
16 typedef enum{
17 PLACEMENT_LRUD, PLACEMENT_UDLR, PLACEMENT_RANDOM
18 } WFloatPlacement;
20 extern WFloatPlacement ioncore_placement_method;
21 extern int ioncore_placement_padding;
23 extern void group_calc_placement(WGroup *ws, uint level,
24 WRectangle *geom);
26 #endif /* ION_IONCORE_FLOAT_PLACEMENT_H */