princeamd pushed a commit to branch enlightenment-0.17.

commit ce4d08604813144a2f876406e01f34ebae7e4f76
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 11:00:53 2013 +0000

    Backport: 74b419f :: Add connected flag for outputs, and add a restore 
config option.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84221
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/bin/e_randr.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h
index d7411ae..21c389e 100644
--- a/src/bin/e_randr.h
+++ b/src/bin/e_randr.h
@@ -28,6 +28,7 @@ struct _E_Randr_Output_Config
    unsigned char *edid; // monitor's edid
    unsigned int *clones; // array of clones (each element of type 
ecore_x_randr output id (xid)
    unsigned long clone_count; // number of clones
+   unsigned char connected; // connection status 0 == connected, 1 == 
disconnected
 };
 
 struct _E_Randr_Crtc_Config
@@ -49,6 +50,8 @@ struct _E_Randr_Config
      } screen;
 
    Eina_List *crtcs;
+
+   unsigned char restore;
 };
 
 EINTERN Eina_Bool e_randr_init(void);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to