had some code inside the action for loop that didnt belong in there
This commit is contained in:
parent
4160963ca4
commit
ebb97c189a
1 changed files with 4 additions and 4 deletions
|
@ -117,11 +117,11 @@ static void event(ObEvent *e, void *foo)
|
||||||
Action *act = it->data;
|
Action *act = it->data;
|
||||||
act->data.cycle.final = TRUE;
|
act->data.cycle.final = TRUE;
|
||||||
act->func(&act->data);
|
act->func(&act->data);
|
||||||
grabbed_key = NULL;
|
|
||||||
grab_keyboard(FALSE);
|
|
||||||
reset_chains();
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
grabbed_key = NULL;
|
||||||
|
grab_keyboard(FALSE);
|
||||||
|
reset_chains();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (e->type == Event_X_KeyRelease)
|
if (e->type == Event_X_KeyRelease)
|
||||||
|
|
Loading…
Reference in a new issue