Backport: 74b419f :: Add connected flag for outputs, and add a restore config option.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84221
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 11:00:53 +00:00 committed by Deon Thomas
parent 49573c4d72
commit ce4d086048
1 changed files with 3 additions and 0 deletions

View File

@ -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);