]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/window.c
Imported upstream version 20090526
[ion3.git] / ioncore / window.c
index 3018467b8f136c428fbfa4f37d5751338ed024ad..27f37a0bd9244742c6642cdf8fc974dd65ba088a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/window.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2008
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -182,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);
 }