diff options
| author | bakkeby <[email protected]> | 2020-01-15 13:21:56 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-01-15 13:23:51 +0100 |
| commit | bf4fdc6484513bdda749e537d8f28b775e771d48 (patch) | |
| tree | 78fd1188d9e2e9b2ae60f59db1180de258f12ff7 /patch/vanitygaps.c | |
| parent | 462445a378251a1bfc177b063cffdcb06f7d9fde (diff) | |
| download | dwm-flexipatch-bf4fdc6484513bdda749e537d8f28b775e771d48.tar.gz dwm-flexipatch-bf4fdc6484513bdda749e537d8f28b775e771d48.zip | |
Fixes for missleading variable? #2
Diffstat (limited to 'patch/vanitygaps.c')
| -rw-r--r-- | patch/vanitygaps.c | 4 |
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 |
