summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-11-08 15:04:14 -0200
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-12-02 13:52:05 -0200
commit1f6928c1f5f8e394bd8691d43c741120efc21185 (patch)
tree2e9d03f70996c33825c8e77f8d45e4a19398aee0
parent126afd0fda493deec8398088e6e928b4d2e5f463 (diff)
downloadenlightenment-devs/etrunko/randr.tar.gz
Randr: Update config epochdevs/etrunko/randr
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) <eduardo.lima@intel.com>
-rw-r--r--src/bin/e_randr.h4
1 files 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)