cursor: make cursor_motion() static

This commit is contained in:
Johan Malm 2021-09-24 20:53:22 +01:00
parent 329ca691da
commit 0413d7fa9a

View file

@ -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)
{ {
/* /*