summaryrefslogtreecommitdiffhomepage
path: root/patch/vanitygaps.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-24 15:03:55 +0200
committerbakkeby <[email protected]>2020-08-24 15:03:55 +0200
commitdf57bdeb64a1673276ab6fb2ed00fd6c9ad3c2b1 (patch)
tree0070900225cca2864bc367ebe14763dc363e6799 /patch/vanitygaps.c
parent7ce66bf122fd8b7288a5e0ddf0d0e312a0f08456 (diff)
downloaddwm-flexipatch-df57bdeb64a1673276ab6fb2ed00fd6c9ad3c2b1.tar.gz
dwm-flexipatch-df57bdeb64a1673276ab6fb2ed00fd6c9ad3c2b1.zip
Identified and fixed a few more cross-compilation issues
Diffstat (limited to 'patch/vanitygaps.c')
-rw-r--r--patch/vanitygaps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/vanitygaps.c b/patch/vanitygaps.c
index d8db675..7bf65b9 100644
--- a/patch/vanitygaps.c
+++ b/patch/vanitygaps.c
@@ -166,7 +166,7 @@ incrivgaps(const Arg *arg)
);
}
-#if CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || NROWGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT || TILE_LAYOUT || (VANITYGAPS_MONOCLE_PATCH && MONOCLE_LAYOUT)
+#if DRAGMFACT_PATCH || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || NROWGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT || TILE_LAYOUT || (VANITYGAPS_MONOCLE_PATCH && MONOCLE_LAYOUT)
static void
getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc)
{