]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_tiling/splitfloat.c
Update cfg_kludge_flash for Flash 10
[ion3.git] / mod_tiling / splitfloat.c
index ff71afd4631cf538ccf1fcecb782edcfc9ea808b..479045eb034a292367fb9c28b24d93e63d72b929 100644 (file)
@@ -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 <string.h>
@@ -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);