devilhorns pushed a commit to branch master.

commit 1edb77e5c462387e445cc0f76170c14546fba084
Author: Chris Michael <[email protected]>
Date:   Sat May 18 16:19:10 2013 +0100

    Add config_timestamp to e_randr_cfg.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_randr.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h
index a8dc285..ff5bcf5 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 1
+#define E_RANDR_CONFIG_FILE_GENERATION 2
 #define E_RANDR_CONFIG_FILE_VERSION \
    ((E_RANDR_CONFIG_FILE_EPOCH * 1000000) + E_RANDR_CONFIG_FILE_GENERATION)
 
@@ -55,6 +55,7 @@ struct _E_Randr_Config
 
    int poll_interval;
    unsigned char restore;
+   unsigned long config_timestamp;
 };
 
 EINTERN Eina_Bool e_randr_init(void);

-- 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d

Reply via email to