devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=04da4c6406a5c38ff380498ad55d16ddcb31d7ce
commit 04da4c6406a5c38ff380498ad55d16ddcb31d7ce Author: Chris Michael <cp.mich...@samsung.com> Date: Thu Sep 26 12:12:45 2013 +0100 Bump e_randr config version so everyone starts with a clean, fresh working configuration...now that the dialog issues are sorted ;) Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/bin/e_randr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h index 4bae8ba..86dd213 100644 --- a/src/bin/e_randr.h +++ b/src/bin/e_randr.h @@ -13,7 +13,7 @@ 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_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) --