]> git.mdlowis.com Git - proto/labwc.git/commitdiff
cursor: make cursor_motion() static
authorJohan Malm <jgm323@gmail.com>
Fri, 24 Sep 2021 19:53:22 +0000 (20:53 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 24 Sep 2021 19:53:22 +0000 (20:53 +0100)
src/cursor.c

index 244cdba2e626c8f0d6935ec09f502ccbca09d9fe..bdc7fc032e7f17d2cb3ad10f50beea3e41fd7dd3 100644 (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)
 {
        /*