kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=1829527170ec045f249c7f7ddd033c7406f9f0e7

commit 1829527170ec045f249c7f7ddd033c7406f9f0e7
Author: Kim Woelders <k...@woelders.dk>
Date:   Sat Dec 30 19:32:38 2017 +0100

    Tweak theme variant setting
    
    Set "THEME_VARIANT_<variant>=1" instead of "VARIANT=<variant>".
    Should be easier to deal with in themes.
---
 src/config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config.c b/src/config.c
index c92bdeaa..505ce900 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various 
contributors
- * Copyright (C) 2004-2017 Kim Woelders
+ * Copyright (C) 2004-2018 Kim Woelders
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -246,7 +246,7 @@ ConfigFilePreparse(const char *src, const char *dst, const 
char *themepath)
           "-D ENLIGHTENMENT_ROOT=%s "
           "-D ENLIGHTENMENT_BIN=%s "
           "-D ENLIGHTENMENT_THEME=%s "
-          "-D VARIANT=%s "
+          "-D THEME_VARIANT_%s=1 "
           "-D ECONFDIR=%s "
           "-D ECACHEDIR=%s "
           "-D SCREEN_RESOLUTION_%ix%i=1 "

-- 


Reply via email to