X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_tiling%2Fplacement.h;h=18724a9366362f3adce1b6806784b017a64630ae;hb=562cb4d37ba7667ac846fc3d426b152d21ef2c22;hp=a61f892d7e76eb36fa958fd8794e4e853ea141ec;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;p=ion3.git diff --git a/mod_tiling/placement.h b/mod_tiling/placement.h index a61f892..18724a9 100644 --- a/mod_tiling/placement.h +++ b/mod_tiling/placement.h @@ -1,12 +1,9 @@ /* * ion/mod_tiling/placement.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * 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_MOD_TILING_PLACEMENT_H @@ -27,9 +24,7 @@ typedef struct{ WFrame *res_frame; } WTilingPlacementParams; -/* Handlers of this hook should take (WClientWin*, WTiling*, WManageParams*) - * as parameter. - */ +/* Handlers of this hook should take WTilingPlacementParams* as parameter. */ extern WHook *tiling_placement_alt; extern WPHolder *tiling_prepare_manage(WTiling *ws, const WClientWin *cwin,