Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_bindings.c Log Message: fix cursor changes on border resize hotspots =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_bindings.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- e_bindings.c 21 Aug 2006 16:25:57 -0000 1.32 +++ e_bindings.c 23 Aug 2006 00:34:33 -0000 1.33 @@ -55,7 +55,7 @@ if ((eb->action) && (eb->signal) && (eb->source) && (!strcmp(eb->action, "window_resize")) && (!strncmp(eb->signal, "mouse,down,", 11)) && - (!strncmp(eb->source, "resize_", 7))) + (!strncmp(eb->source, "e.event.resize.", 15))) { char params[32]; snprintf(params, sizeof(params), "resize_%s", eb->params); ------------------------------------------------------------------------- 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