diff --git a/src/bin/e_comp.h b/src/bin/e_comp.h index 7912b4fca..5aceb01be 100644 --- a/src/bin/e_comp.h +++ b/src/bin/e_comp.h @@ -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