set the x/y values in the moveresize struct for moveresize key actions
This commit is contained in:
parent
a057d14c8b
commit
221415e97c
1 changed files with 5 additions and 0 deletions
|
@ -239,6 +239,11 @@ static void event(ObEvent *e, void *foo)
|
||||||
act->data.cycle.cancel = FALSE;
|
act->data.cycle.cancel = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (act->func == action_moveresize) {
|
||||||
|
screen_pointer_pos(&act->data.moveresize.x,
|
||||||
|
&act->data.moveresize.y);
|
||||||
|
}
|
||||||
|
|
||||||
if (act->func == action_cycle_windows &&
|
if (act->func == action_cycle_windows &&
|
||||||
!grabbed_key && grab_keyboard(TRUE)) {
|
!grabbed_key && grab_keyboard(TRUE)) {
|
||||||
grabbed_key = p;
|
grabbed_key = p;
|
||||||
|
|
Loading…
Reference in a new issue