Merge pull request #18 from loiccoyle/fix_xresources_relativeborder

XRESOURCES_PATCH with RELATIVEBORDER_PATCH
This commit is contained in:
Stein Gunnar Bakkeby 2021-05-07 09:08:26 +02:00 committed by GitHub
commit 8a3cd6e454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -239,7 +239,11 @@ ResourcePref resources[] = {
{ "blinktimeout", INTEGER, &blinktimeout },
{ "bellvolume", INTEGER, &bellvolume },
{ "tabspaces", INTEGER, &tabspaces },
#if RELATIVEBORDER_PATCH
{ "borderperc", INTEGER, &borderperc },
#else
{ "borderpx", INTEGER, &borderpx },
#endif // RELATIVEBORDER_PATCH
{ "cwscale", FLOAT, &cwscale },
{ "chscale", FLOAT, &chscale },
#if ALPHA_PATCH