From 1f6928c1f5f8e394bd8691d43c741120efc21185 Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Fri, 8 Nov 2013 15:04:14 -0200 Subject: 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) --- 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 170a29a12c..86dd213a4c 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) -- cgit v1.2.1