aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/input.h
diff options
context:
space:
mode:
authorBrian Ashworth <RedSoxFan@users.noreply.github.com>2018-07-29 22:03:53 -0400
committerGitHub <noreply@github.com>2018-07-29 22:03:53 -0400
commita3c33e93b80ffd3bd9f9c8dd9af9032ca578b726 (patch)
treef38b2d3a5c2f2b60804fdf00a05c238ea95bf20b /include/rootston/input.h
parent1c7957cdc1b9bc395510ab7decc1394c1bcd1206 (diff)
parent2e6eb097b6e23b8923bbfc68b1843d5ccde1955b (diff)
Merge pull request #1167 from ammen99/master
rootston: focus newly-created surfaces
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r--include/rootston/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index ef46fab2..2cdb13e6 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -32,4 +32,6 @@ struct roots_seat *input_get_seat(struct roots_input *input, char *name);
struct roots_seat *input_last_active_seat(struct roots_input *input);
+void input_update_cursor_focus(struct roots_input *input);
+
#endif