discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=56a73e3c673c68a14419b3c04bfecf2d618f0f07

commit 56a73e3c673c68a14419b3c04bfecf2d618f0f07
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jul 27 16:47:55 2015 -0400

    add dpms method for E_Comp_Screen_Iface
---
 src/bin/e_comp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.h b/src/bin/e_comp.h
index 7912b4f..5aceb01 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

-- 


Reply via email to