mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
remove swayc_t typedef
This commit is contained in:
parent
874f009866
commit
83d09cf594
10 changed files with 53 additions and 47 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue