mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
view: make view_move_to_cursor() static
This commit is contained in:
parent
bdbb1be35a
commit
0c6d8f65c8
3 changed files with 3 additions and 3 deletions
|
|
@ -625,7 +625,7 @@ view_move_relative(struct view *view, int x, int y)
|
|||
view_move(view, view->pending.x + x, view->pending.y + y);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
view_move_to_cursor(struct view *view)
|
||||
{
|
||||
assert(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue