princeamd pushed a commit to branch enlightenment-0.17.

commit 99bcb2ccb92fe9dc06d2568b0d503abab26e9cd5
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 11:01:23 2013 +0000

    Backport: b03c099 :: Add exists field to crtc and output.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84231
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/bin/e_randr.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h
index 0b2ee70..a8dc285 100644
--- a/src/bin/e_randr.h
+++ b/src/bin/e_randr.h
@@ -29,6 +29,7 @@ struct _E_Randr_Output_Config
    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
+   unsigned char exists; // is this output present in X ?
 };
 
 struct _E_Randr_Crtc_Config
@@ -37,6 +38,7 @@ struct _E_Randr_Crtc_Config
    int x, y, width, height; // geometry
    unsigned int orient; // value of the ecore_x_randr_orientation
    unsigned int mode; // ecore_x_randr mode id (xid)
+   unsigned char exists; // is this crtc present in X ?
    Eina_List *outputs; // list of outputs for this crtc
 };
 

-- 

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

Build for Windows Store.

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

Reply via email to