libweston: Introduce WESTON_ACTIVATE_FLAG_FULLSCREEN in weston_activate_flag

This will be used to let know the constraints code that the reason for
activation is that the client has requested to set the surface to fullscreen.

Signed-off-by: Sergio Gómez <sergio.g.delreal@gmail.com>
This commit is contained in:
Sergio Gómez 2023-03-29 10:36:14 -05:00 committed by Marius Vlad
parent ed012ee505
commit 4aafd872d0

View file

@ -1968,6 +1968,7 @@ enum weston_activate_flag {
WESTON_ACTIVATE_FLAG_NONE = 0,
WESTON_ACTIVATE_FLAG_CONFIGURE = 1 << 0,
WESTON_ACTIVATE_FLAG_CLICKED = 1 << 1,
WESTON_ACTIVATE_FLAG_FULLSCREEN = 1 << 2,
};
void