]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/window.c
Imported upstream version 20090526
[ion3.git] / ioncore / window.c
index 0b122008e70a7a98231065fa74f9b1ff5ee288d2..27f37a0bd9244742c6642cdf8fc974dd65ba088a 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/window.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 <libtu/objp.h>
@@ -185,7 +182,7 @@ void window_unmap(WWindow *wwin)
 
 void window_do_set_focus(WWindow *wwin, bool warp)
 {
-    region_finalise_focusing((WRegion*)wwin, wwin->win, warp);
+    region_finalise_focusing((WRegion*)wwin, wwin->win, warp, CurrentTime);
 }