Add repaint function pointers.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-05-06 13:25:51 +01:00
parent 0812d37559
commit e3e6c9d44e
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ struct _E_Output
/* TODO: add backlight and dpms support */
void (*cb_repaint_start)(E_Output *output);
void (*cb_repaint)(E_Output *output, E_Region *damage);
void (*cb_destroy)(E_Output *output);
};