fix cursor changes on border resize hotspots

SVN revision: 25048
This commit is contained in:
rephorm 2006-08-23 00:34:33 +00:00 committed by rephorm
parent 2c54568bfb
commit fba1d2fa3c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ e_bindings_init(void)
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);