Slightly better multihead support

This commit is contained in:
Drew DeVault 2015-08-10 23:54:23 -04:00
parent dd115cece3
commit 96d7ff1e19
4 changed files with 20 additions and 4 deletions

View file

@ -17,7 +17,8 @@ int main(int argc, char **argv) {
.output = {
.created = handle_output_created,
.destroyed = handle_output_destroyed,
.resolution = handle_output_resolution_change
.resolution = handle_output_resolution_change,
.focus = handle_output_focused
},
.view = {
.created = handle_view_created,