diff options
Diffstat (limited to 'src/compositor.h')
-rw-r--r-- | src/compositor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor.h b/src/compositor.h index 7d1d68e4..1e999a67 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -186,6 +186,7 @@ struct weston_output { struct weston_mode *origin; struct wl_list mode_list; + void (*start_repaint_loop)(struct weston_output *output); void (*repaint)(struct weston_output *output, pixman_region32_t *damage); void (*destroy)(struct weston_output *output); |