diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c index 676e2ae..cf24638 100644 --- a/patch/include.c +++ b/patch/include.c @@ -97,7 +97,7 @@ #if ASPECTRESIZE_PATCH #include "aspectresize.c" #endif -#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH +#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH || SEAMLESS_RESTART_PATCH #include "attachx.c" #endif #if AUTOSTART_PATCH @@ -313,6 +313,9 @@ #if DRAGMFACT_PATCH #include "dragmfact.c" #endif +#if SEAMLESS_RESTART_PATCH +#include "seamless_restart.c" +#endif /* Layouts */ #if BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || TILE_LAYOUT #include "layout_facts.c" |
