aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input/input-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/input-manager.h')
-rw-r--r--include/sway/input/input-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h
index eab7dc90..c6c73dba 100644
--- a/include/sway/input/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -31,10 +31,10 @@ struct sway_input_manager *sway_input_manager_create(
struct sway_server *server);
bool sway_input_manager_has_focus(struct sway_input_manager *input,
- swayc_t *container);
+ struct sway_container *container);
void sway_input_manager_set_focus(struct sway_input_manager *input,
- swayc_t *container);
+ struct sway_container *container);
void sway_input_manager_configure_xcursor(struct sway_input_manager *input);