diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h index 4bae8ba1a..170a29a12 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)