etrunko pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=83c1ddab460fc299ba38f6f0d8b141a520182aca
commit 83c1ddab460fc299ba38f6f0d8b141a520182aca Author: Eduardo Lima (Etrunko) <[email protected]> Date: Fri Nov 8 15:04:14 2013 -0200 Randr: Update config epoch Previous commit didn't fix the issue, so we update the epoch to cause the configuration for randr to be reset and fix the problem for good. Also the config version now matches E18. Signed-off-by: Eduardo Lima (Etrunko) <[email protected]> --- src/bin/e_randr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h index 170a29a..86dd213 100644 --- a/src/bin/e_randr.h +++ b/src/bin/e_randr.h @@ -13,8 +13,8 @@ typedef struct _E_Randr_Config E_Randr_Config; #define E_RANDR_VERSION_1_3 ((1 << 16) | 3) #define E_RANDR_VERSION_1_4 ((1 << 16) | 4) -#define E_RANDR_CONFIG_FILE_EPOCH 1 -#define E_RANDR_CONFIG_FILE_GENERATION 4 +#define E_RANDR_CONFIG_FILE_EPOCH 2 +#define E_RANDR_CONFIG_FILE_GENERATION 3 #define E_RANDR_CONFIG_FILE_VERSION \ ((E_RANDR_CONFIG_FILE_EPOCH * 1000000) + E_RANDR_CONFIG_FILE_GENERATION) --
