Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
try this now...


===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.646
retrieving revision 1.647
diff -u -3 -r1.646 -r1.647
--- e_border.c  7 Aug 2008 04:16:21 -0000       1.646
+++ e_border.c  7 Aug 2008 04:30:02 -0000       1.647
@@ -1607,6 +1607,7 @@
             
             ecore_event_add(E_EVENT_BORDER_FOCUS_IN, ev,
                             _e_border_event_border_focus_in_free, NULL);
+            printf("FIN %s\n", bd->client.netwm.name);
          }
        else
          {
@@ -1623,6 +1624,7 @@
 
             ecore_event_add(E_EVENT_BORDER_FOCUS_OUT, ev,
                             _e_border_event_border_focus_out_free, NULL);
+            printf("FOUT %s\n", bd->client.netwm.name);
          }
      }
 }



-------------------------------------------------------------------------
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