Revert "Refactor tree"

This commit is contained in:
Drew DeVault 2018-03-29 23:29:29 -04:00 committed by GitHub
parent 6b7841b11f
commit d0c7f66e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 588 additions and 593 deletions

View file

@ -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,
struct sway_container *container);
swayc_t *container);
void sway_input_manager_set_focus(struct sway_input_manager *input,
struct sway_container *container);
swayc_t *container);
void sway_input_manager_configure_xcursor(struct sway_input_manager *input);