Adding centered master patches

This commit is contained in:
bakkeby
2019-09-09 21:35:19 +02:00
parent 973d64f51b
commit 637cc50dda
11 changed files with 525 additions and 4 deletions

View File

@ -58,6 +58,14 @@
#include "bstackhoriz.h"
#endif
#if CENTEREDMASTER_LAYOUT
#include "centeredmaster.h"
#endif
#if CENTEREDFLOATINGMASTER_LAYOUT
#include "centeredfloatingmaster.h"
#endif
#if DECK_LAYOUT
#include "deck.h"
#endif