summaryrefslogtreecommitdiff
path: root/src/compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor.h')
-rw-r--r--src/compositor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compositor.h b/src/compositor.h
index 3a266356..aa87ec0b 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -815,6 +815,9 @@ struct weston_view {
* displayed on.
*/
uint32_t output_mask;
+
+ /* Per-surface Presentation feedback flags, controlled by backend. */
+ uint32_t psf_flags;
};
struct weston_surface_state {