Add poll_interval field to config.

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

SVN revision: 84224
This commit is contained in:
Christopher Michael 2013-02-19 11:01:02 +00:00 committed by Christopher Michael
parent 059a0198c3
commit 985ff5af28
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ struct _E_Randr_Config
Eina_List *crtcs;
int poll_interval;
unsigned char restore;
};