aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input/cursor.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-29 16:16:23 -0500
committerGitHub <noreply@github.com>2018-01-29 16:16:23 -0500
commit38903e580166b1fd4b55daa0c8b60d40f805f31c (patch)
treed74612bada10c8300d8c7f9ccdc16e57280cb03b /include/sway/input/cursor.h
parent0c58673c6a108ba241419a0f1d5fecd47f22370e (diff)
parent6259831d3168898a3f1560fb832106d194b582b4 (diff)
Merge pull request #1555 from martinetd/cmd_reload
commands: add 'reload' command
Diffstat (limited to 'include/sway/input/cursor.h')
-rw-r--r--include/sway/input/cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index 2f70cf4b..a16b793b 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -25,6 +25,7 @@ struct sway_cursor {
struct wl_listener request_set_cursor;
};
+void sway_cursor_destroy(struct sway_cursor *cursor);
struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
#endif