]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/screen-notify.c
Imported Upstream version 20090110
[ion3.git] / ioncore / screen-notify.c
index add918de8dda362a2053d546333cacf9e829790a..769b5a3ec6f949cad08697d7959184847fc69472 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/screen-notify.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -41,7 +41,8 @@ static WInfoWin *do_get_notifywin(WScreen *scr, Watch *watch, uint pos,
         param.flags=(MPLEX_ATTACH_UNNUMBERED|
                      MPLEX_ATTACH_SIZEPOLICY|
                      MPLEX_ATTACH_GEOM|
-                     MPLEX_ATTACH_LEVEL);
+                     MPLEX_ATTACH_LEVEL|
+                     MPLEX_ATTACH_PASSIVE);
         param.level=STACKING_LEVEL_ON_TOP;
         
         param.geom.x=0;
@@ -376,8 +377,11 @@ void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how)
     if(how==ioncore_g.notifies.activity){
         screen_update_notifywin(region_screen_of(reg));
     }else if(how==ioncore_g.notifies.name){
+        WScreen *scr=region_screen_of(reg);
         if(region_is_activity(reg))
-            screen_update_notifywin(region_screen_of(reg));
+            screen_update_notifywin(scr);
+        if((WRegion*)scr==REGION_MANAGER(reg))
+            screen_do_update_infowin(scr);
     }
 }