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

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