Add layout containers for new outputs

This commit is contained in:
Drew DeVault 2015-08-06 08:40:16 -04:00
parent 82bc36c681
commit c102f18499
4 changed files with 55 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#include "handlers.h"
bool handle_output_created(wlc_handle output) {
add_output(output);
return true;
}