Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_main.c 


Log Message:
quit on 'q'
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- edje_main.c 22 Mar 2005 19:29:04 -0000      1.57
+++ edje_main.c 24 Apr 2005 09:13:26 -0000      1.58
@@ -220,6 +220,9 @@
    Evas_Event_Key_Down *ev;
    
    ev = (Evas_Event_Key_Down *)event_info;
+
+   if (!strcmp(ev->keyname, "q")) ecore_main_loop_quit ();
+
      {
        Evas_List *l;
        




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to