Handle wlc log events

This commit is contained in:
Drew DeVault 2015-08-23 13:08:04 -04:00
parent 1e18ba9f2d
commit ac2034df99
2 changed files with 12 additions and 1 deletions

View file

@ -498,7 +498,6 @@ static void handle_wlc_ready(void) {
config->active = true;
}
struct wlc_interface interface = {
.output = {
.created = handle_output_created,