]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/group.c
Imported upstream version 20090526
[ion3.git] / ioncore / group.c
index 750c95595e050a3e6a3b99f9ffbf28e680269269..7e4b1da713ccd4c33f45409d4fe4500c4d495c18 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/group.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2008
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -241,7 +241,7 @@ static void group_do_set_focus(WGroup *ws, bool warp)
     if(st!=NULL && st->reg!=NULL)
         region_do_set_focus(st->reg, warp);
     else
-        region_finalise_focusing((WRegion*)ws, ws->dummywin, warp);
+        region_finalise_focusing((WRegion*)ws, ws->dummywin, warp, CurrentTime);
 }