mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
view: make view_move_to_cursor() static
This commit is contained in:
parent
3131c71acd
commit
d4ca1dfb69
3 changed files with 3 additions and 3 deletions
|
|
@ -1354,7 +1354,8 @@ run_action(struct view *view, struct server *server, struct action *action,
|
|||
"Action MoveToCursor is deprecated. To ensure your config works in future labwc "
|
||||
"releases, please use <action name=\"AutoPlace\" policy=\"cursor\">");
|
||||
if (view) {
|
||||
view_move_to_cursor(view);
|
||||
view_place_by_policy(view, /* allow_cursor */ true,
|
||||
LAB_PLACE_CURSOR);
|
||||
}
|
||||
break;
|
||||
case ACTION_TYPE_SEND_TO_DESKTOP:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue