]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blob - mt_blank.h
Blank the screen during inactivity
[coffee/mt-apps.git] / mt_blank.h
1 #ifndef MT_BLANK_H
2 #define MT_BLANK_H
3
4 int mt_blank_init(struct ev_loop *loop);
5 int mt_blank_wake();
6
7 #endif