This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 40d17e7a51dd491897396e191b1a16367c587263
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Sep 25 10:47:57 2020 +0200
definitions: Change value of __NORMAL to remove weirdness
This does require all themes to be re-parsed.
---
config/definitions | 2 +-
src/iclass.c | 2 --
src/tclass.c | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/config/definitions b/config/definitions
index a092aaaf..130d24f3 100644
--- a/config/definitions
+++ b/config/definitions
@@ -99,7 +99,7 @@
#define __EFFECT_SHADOW 1
#define __EFFECT_OUTLINE 2
-#define __NORMAL 5
+#define __NORMAL 351
#define __CLICKED 352
#define __HILITED 353
#define __NORMAL_ACTIVE 354
diff --git a/src/iclass.c b/src/iclass.c
index bd6f4858..416d203a 100644
--- a/src/iclass.c
+++ b/src/iclass.c
@@ -449,8 +449,6 @@ ImageclassConfigLoad(FILE * fs)
ic->padding.top = t;
ic->padding.bottom = b;
continue;
- case CONFIG_DESKTOP:
- /* don't ask... --mandrake */
case ICLASS_NORMAL:
is = ImagestateSet(&ic->norm.normal, s2);
continue;
diff --git a/src/tclass.c b/src/tclass.c
index a9f37efb..fb5dc93d 100644
--- a/src/tclass.c
+++ b/src/tclass.c
@@ -265,7 +265,6 @@ TextclassConfigLoad(FILE * fs)
case TEXT_JUSTIFICATION:
tc->justification = atoi(s2);
continue;
- case CONFIG_DESKTOP:
case ICLASS_NORMAL:
ts = TextstateSet(&tc->norm.normal, s2);
continue;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.