layout: Inform client to resize for fullscreen roles
[src/agl-compositor.git] / src / ivi-compositor.h
index b0403c0..9aadd62 100644 (file)
@@ -267,6 +267,11 @@ struct ivi_surface {
        bool mapped;
        bool advertised_on_launch;
        bool checked_pending;
+       enum {
+               NORMAL,
+               RESIZING,
+               FULLSCREEN,
+       } state;
 
        enum ivi_surface_role role;
        union {