add dpms method for E_Comp_Screen_Iface

This commit is contained in:
Mike Blumenkrantz 2015-07-27 16:47:55 -04:00
parent 4543e26ca6
commit 56a73e3c67
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ typedef struct E_Comp_Screen_Iface
E_Randr2 *(*create)(void);
/* apply current config */
void (*apply)(void);
/* set dpms (on, standby, suspend, off) */
void (*dpms)(int);
} E_Comp_Screen_Iface;
struct _E_Comp