X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Ffloat-placement.h;h=ebde2cf48eb89e5aeebd25e94ff4c1c0b6e285f3;hb=0e823ba752af388ba5ca99800d094f88a11290db;hp=0f52dafd51a61bb53f78d8272aba392cf797e7b2;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/ioncore/float-placement.h b/ioncore/float-placement.h index 0f52daf..ebde2cf 100644 --- a/ioncore/float-placement.h +++ b/ioncore/float-placement.h @@ -1,12 +1,9 @@ /* * ion/ioncore/float-placement.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2008. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_FLOAT_PLACEMENT_H @@ -22,6 +19,7 @@ typedef enum{ extern WFloatPlacement ioncore_placement_method; -extern void group_calc_placement(WGroup *ws, WRectangle *geom); +extern void group_calc_placement(WGroup *ws, uint level, + WRectangle *geom); #endif /* ION_IONCORE_FLOAT_PLACEMENT_H */