Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_manager.c 


Log Message:


notes

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_manager.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- e_manager.c 9 Jul 2008 15:25:20 -0000       1.72
+++ e_manager.c 10 Aug 2008 01:56:24 -0000      1.73
@@ -811,6 +811,20 @@
        bd = e_border_find_by_client_window(e->win);
        if ((bd) && (!bd->focused))
          {
+#if 0 /* notes */           
+            if (e->data.l[0] == 0 /* 0 == old, 1 == client, 2 == pager */)
+              {
+                 // FIXME: need config for the below - what to do given each
+                 //  request (either do nothng, make app look urgent/want
+                 //  attention or actiually flip to app as below is the
+                 //  current default)
+                 // if 0 == just make app demand attention somehow
+                 // if 1 == just make app demand attention somehow
+                 // if 2 == activate window as below
+              }
+            timestamp = e->data.l[1];
+            requestor_id e->data.l[2];
+#endif
             if (bd->iconic)
               {
                  if (e_config->clientlist_warp_to_iconified_desktop == 1)
@@ -828,13 +842,6 @@
                                         bd->x + (bd->w / 2), bd->y + (bd->h / 
2));
                  e_border_focus_set(bd, 1, 1);
               }
-#if 0 /* notes */           
-            if (e->data.l[0] == 0 /* 0 == old, 1 == client, 2 == pager */)
-              {
-              }
-            timestamp = e->data.l[1];
-            requestor_id e->data.l[2];
-#endif      
          }
      }
    



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to