diff options
| author | bakkeby <[email protected]> | 2019-10-08 22:57:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-08 22:57:21 +0200 |
| commit | b32fe221b6b65835753743cd12a3d2877ba85c74 (patch) | |
| tree | fe6c08f913bca63b0346ccc615e03bccd80ccefc /patch/vanitygaps.h | |
| parent | 83242012da297c5afddb906d0879f92e3dffb1ab (diff) | |
| download | dwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.tar.gz dwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.zip | |
Adding columns layout
Diffstat (limited to 'patch/vanitygaps.h')
| -rw-r--r-- | patch/vanitygaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/vanitygaps.h b/patch/vanitygaps.h index 861cba6..f86fa75 100644 --- a/patch/vanitygaps.h +++ b/patch/vanitygaps.h @@ -10,7 +10,7 @@ static void incrivgaps(const Arg *arg); static void togglegaps(const Arg *arg); /* Internals */ -#if CENTEREDFLOATINGMASTER_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 static void getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc); #endif // CENTEREDFLOATINGMASTER_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT static void setgaps(int oh, int ov, int ih, int iv);
\ No newline at end of file |
