mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
add MoveRelative to man page and use view->pending
This commit is contained in:
parent
c17bf68176
commit
e40159470b
2 changed files with 5 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ actions_run(struct view *activator, struct server *server,
|
|||
if (view) {
|
||||
int x = get_arg_value_int(action, "x", 0);
|
||||
int y = get_arg_value_int(action, "y", 0);
|
||||
view_move(view, view->current.x + x, view->current.y + y);
|
||||
view_move(view, view->pending.x + x, view->pending.y + y);
|
||||
}
|
||||
break;
|
||||
case ACTION_TYPE_GO_TO_DESKTOP: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue