Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : proto

Dir     : e17/proto/empower/src/bin/ewl


Modified Files:
        empower_cb_ewl.c 


Log Message:
api changes

===================================================================
RCS file: /cvs/e/e17/proto/empower/src/bin/ewl/empower_cb_ewl.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- empower_cb_ewl.c    12 Feb 2007 22:13:08 -0000      1.4
+++ empower_cb_ewl.c    6 Mar 2007 19:36:43 -0000       1.5
@@ -7,9 +7,9 @@
        
        ev = event;
        
-       if(!ev->modifiers)
+       if(!ev->base.modifiers)
        {
-               if(strcmp(ev->keyname, "Escape") == 0)
+               if(strcmp(ev->base.keyname, "Escape") == 0)
                {
                        ewl_widget_destroy(EWL_WIDGET(win));
                        ewl_main_quit();



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to