mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 23:27:58 +02:00
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:
parent
ed012ee505
commit
4aafd872d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue