Adding columns layout

This commit is contained in:
bakkeby
2019-10-08 22:57:21 +02:00
parent 83242012da
commit b32fe221b6
9 changed files with 170 additions and 4 deletions

View File

@ -178,6 +178,10 @@
#include "centeredfloatingmaster.h"
#endif
#if COLUMNS_LAYOUT
#include "columns.h"
#endif
#if DECK_LAYOUT
#include "deck.h"
#endif