summaryrefslogtreecommitdiffhomepage
path: root/patch/vanitygaps.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-01-15 13:21:56 +0100
committerbakkeby <[email protected]>2020-01-15 13:23:51 +0100
commitbf4fdc6484513bdda749e537d8f28b775e771d48 (patch)
tree78fd1188d9e2e9b2ae60f59db1180de258f12ff7 /patch/vanitygaps.c
parent462445a378251a1bfc177b063cffdcb06f7d9fde (diff)
downloaddwm-flexipatch-bf4fdc6484513bdda749e537d8f28b775e771d48.tar.gz
dwm-flexipatch-bf4fdc6484513bdda749e537d8f28b775e771d48.zip
Fixes for missleading variable? #2
Diffstat (limited to 'patch/vanitygaps.c')
-rw-r--r--patch/vanitygaps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/vanitygaps.c b/patch/vanitygaps.c
index 460f4a7..e39a3f2 100644
--- a/patch/vanitygaps.c
+++ b/patch/vanitygaps.c
@@ -106,7 +106,7 @@ incrivgaps(const Arg *arg)
);
}
-#if CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT
+#if CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT || TILE_LAYOUT
static void
getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc)
{
@@ -124,4 +124,4 @@ getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc)
*iv = m->gappiv*ie; // inner vertical gap
*nc = n; // number of clients
}
-#endif // CENTEREDFLOATINGMASTER_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT \ No newline at end of file
+#endif // CENTEREDFLOATINGMASTER_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT || TILE_LAYOUT \ No newline at end of file