diff options
| author | Fuwn <[email protected]> | 2024-05-23 17:01:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-23 17:01:10 -0700 |
| commit | 7122b817bdc4f56adb8d77b548477a6dc1089987 (patch) | |
| tree | d69b4739acdf617b0bed96e98953df19352f403b /vanitygaps.c | |
| parent | feat(config.h): replace default programs (diff) | |
| download | seiwm-7122b817bdc4f56adb8d77b548477a6dc1089987.tar.xz seiwm-7122b817bdc4f56adb8d77b548477a6dc1089987.zip | |
feat(config.h): reactive togglebar
Diffstat (limited to 'vanitygaps.c')
| -rw-r--r-- | vanitygaps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vanitygaps.c b/vanitygaps.c index 4c98e69..0877d33 100644 --- a/vanitygaps.c +++ b/vanitygaps.c @@ -26,6 +26,8 @@ static void setgaps(int oh, int ov, int ih, int iv); /* Settings */ static int enablegaps = 1; +static const int vertpad_original = vertpad; +static const int sidepad_original = sidepad; static void setgaps(int oh, int ov, int ih, int iv) |