Add frame and destroy signals to output

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-09 18:34:55 +01:00
parent 9ef91e64f6
commit a30faf6e71
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ struct _E_Output
struct wl_global *global;
} wl;
struct
{
struct wl_signal frame;
struct wl_signal destroy;
} signals;
/* TODO: add backlight and dpms support */
void (*cb_repaint_start)(E_Output *output);