summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-10-31 20:46:15 -0200
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-10-31 21:04:20 -0200
commit910e10976016b918f3eb9badbdb8b6a3753653e4 (patch)
treee5c2df2211dfb108d693ae36557f7f4e3259c89f
parentb23cebb26ede3862109597d2d480c5f921cd696e (diff)
downloadenlightenment-910e10976016b918f3eb9badbdb8b6a3753653e4.tar.gz
Attempt to fix blank screen bug by updating randr config version
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
-rw-r--r--src/bin/e_randr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h
index 4bae8ba1ae..170a29a12c 100644
--- a/src/bin/e_randr.h
+++ b/src/bin/e_randr.h
@@ -14,7 +14,7 @@ typedef struct _E_Randr_Config E_Randr_Config;
#define E_RANDR_VERSION_1_4 ((1 << 16) | 4)
#define E_RANDR_CONFIG_FILE_EPOCH 1
-#define E_RANDR_CONFIG_FILE_GENERATION 3
+#define E_RANDR_CONFIG_FILE_GENERATION 4
#define E_RANDR_CONFIG_FILE_VERSION \
((E_RANDR_CONFIG_FILE_EPOCH * 1000000) + E_RANDR_CONFIG_FILE_GENERATION)