aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/text_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/text_input.h')
-rw-r--r--include/sway/input/text_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/text_input.h b/include/sway/input/text_input.h
index 81915795..6cf9bdb3 100644
--- a/include/sway/input/text_input.h
+++ b/include/sway/input/text_input.h
@@ -53,6 +53,8 @@ struct sway_text_input {
53void sway_input_method_relay_init(struct sway_seat *seat, 53void sway_input_method_relay_init(struct sway_seat *seat,
54 struct sway_input_method_relay *relay); 54 struct sway_input_method_relay *relay);
55 55
56void sway_input_method_relay_finish(struct sway_input_method_relay *relay);
57
56// Updates currently focused surface. Surface must belong to the same seat. 58// Updates currently focused surface. Surface must belong to the same seat.
57void sway_input_method_relay_set_focus(struct sway_input_method_relay *relay, 59void sway_input_method_relay_set_focus(struct sway_input_method_relay *relay,
58 struct wlr_surface *surface); 60 struct wlr_surface *surface);