X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_tiling%2Fsplitfloat.c;h=479045eb034a292367fb9c28b24d93e63d72b929;hb=HEAD;hp=ff71afd4631cf538ccf1fcecb782edcfc9ea808b;hpb=471a5e5f9928e2d324b2e10422a420f458bd63ff;p=ion3.git diff --git a/mod_tiling/splitfloat.c b/mod_tiling/splitfloat.c index ff71afd..479045e 100644 --- a/mod_tiling/splitfloat.c +++ b/mod_tiling/splitfloat.c @@ -1,12 +1,9 @@ /* * ion/mod_tiling/splitext.c * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * 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. */ #include @@ -67,6 +64,9 @@ bool splitfloat_init(WSplitFloat *split, const WRectangle *geom, return FALSE; } + ((WRegion*)split->brpwin)->flags|=REGION_SKIP_FOCUS; + ((WRegion*)split->tlpwin)->flags|=REGION_SKIP_FOCUS; + if(!splitsplit_init(&(split->ssplit), geom, dir)){ destroy_obj((Obj*)split->brpwin); destroy_obj((Obj*)split->tlpwin);