mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
cursor: make cursor_motion() static
This commit is contained in:
parent
329ca691da
commit
0413d7fa9a
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ process_cursor_motion(struct server *server, uint32_t time)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
cursor_motion(struct wl_listener *listener, void *data)
|
cursor_motion(struct wl_listener *listener, void *data)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue