diff options
| author | bakkeby <[email protected]> | 2020-09-09 17:24:02 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-09 17:24:02 +0200 |
| commit | ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44 (patch) | |
| tree | ded58addbdbcf61bdf8eaa99d9c67f46d1f8921d /patch/layout_flextile-deluxe.h | |
| parent | b3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2 (diff) | |
| download | dwm-flexipatch-ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44.tar.gz dwm-flexipatch-ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44.zip | |
Just some minor changes adding bar border patch ref. #41
Diffstat (limited to 'patch/layout_flextile-deluxe.h')
| -rw-r--r-- | patch/layout_flextile-deluxe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/layout_flextile-deluxe.h b/patch/layout_flextile-deluxe.h index 01bce7b..253e76b 100644 --- a/patch/layout_flextile-deluxe.h +++ b/patch/layout_flextile-deluxe.h @@ -2,9 +2,9 @@ static void flextile(Monitor *m); static void getfactsforrange(Monitor *m, int an, int ai, int size, int *rest, float *fact); static void mirrorlayout(const Arg *arg); static void rotatelayoutaxis(const Arg *arg); -#if DWMC_PATCH +#if IPC_PATCH || DWMC_PATCH static void setlayoutaxisex(const Arg *arg); -#endif // DWMC_PATCH +#endif // IPC_PATCH | DWMC_PATCH static void incnstack(const Arg *arg); /* Symbol handlers */ |
