We might want to drag more things on the border.

SVN revision: 14394
This commit is contained in:
sebastid 2005-04-27 06:34:30 +00:00 committed by sebastid
parent 9269b4a482
commit a65bef09f6
2 changed files with 8 additions and 5 deletions

View File

@ -1136,7 +1136,7 @@ group {
name: "menu_action_icon4";
signal: "mouse,down,1";
source: "icon";
action: SIGNAL_EMIT "drag" "start";
action: SIGNAL_EMIT "drag" "icon";
}
program {
name: "menu_action_title3";

View File

@ -1954,10 +1954,13 @@ _e_border_cb_signal_drag(void *data, Evas_Object *obj, const char *emission, con
{
E_Border *bd;
bd = data;
bd->drag.start = 1;
bd->drag.x = -1;
bd->drag.y = -1;
if (!strcmp(source, "icon"))
{
bd = data;
bd->drag.start = 1;
bd->drag.x = -1;
bd->drag.y = -1;
}
}
static int