X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_tiling%2Ftiling.h;h=990dd55f2a339536c2ebcd3fb37ff3345a3430d9;hb=b355f9832d094cdb9e700e01cbc063e3fdb4f58b;hp=31abe91527ef53d634ed6972eb08f3acb8eee918;hpb=768d45580fc176cedd04db0b05621cdf596751d5;p=ion3.git diff --git a/mod_tiling/tiling.h b/mod_tiling/tiling.h index 31abe91..990dd55 100644 --- a/mod_tiling/tiling.h +++ b/mod_tiling/tiling.h @@ -3,10 +3,7 @@ * * Copyright (c) Tuomo Valkonen 1999-2007. * - * 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_TILING_H @@ -88,7 +85,6 @@ extern void tiling_managed_rqgeom(WTiling *ws, WRegion *reg, const WRQGeomParams *rq, WRectangle *geomret); extern void tiling_managed_remove(WTiling *ws, WRegion *reg); -extern void tiling_managed_activated(WTiling *ws, WRegion *reg); extern bool tiling_rescue_clientwins(WTiling *ws, WRescueInfo *ph); extern WPHolder *tiling_get_rescue_pholder_for(WTiling *ws, WRegion *mgd); extern void tiling_do_set_focus(WTiling *ws, bool warp);