Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
Move engage dir into the bar directory as per ibar.

===================================================================
RCS file: /cvs/e/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- e_mod_main.c        25 Feb 2006 19:05:38 -0000      1.110
+++ e_mod_main.c        10 May 2006 12:16:09 -0000      1.111
@@ -269,7 +269,7 @@
    if (!e->conf)
      {
        e->conf = E_NEW(Config, 1);
-       e->conf->appdir = evas_stringshare_add("engage");
+       e->conf->appdir = evas_stringshare_add("bar/engage");
        e->conf->click_focus = 1;
        /*
        e->conf->handle = 0.5;
@@ -2216,7 +2216,7 @@
    Evas_Coord x, y, w, h;
    E_Gadman_Edge edge;
    double multiplier;
-
+printf("mouse in\n");
    ev = event_info;
    eb = data;
 
@@ -2261,7 +2261,7 @@
 {
    Evas_Event_Mouse_Out *ev;
    Engage_Bar *eb;
-
+printf("mouse out\n");
    ev = event_info;
    eb = data;
 




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to