Change-Id: Idab336b073cbcc768c1d3c1bc7af6d10b144f76e
struct ds_xdg_toplevel_v6_state
{
bool maximized, fullscreen, resizing, activated;
- uint32_t tiled;
uint32_t width, height;
uint32_t max_width, max_height;
uint32_t min_width, min_height;
struct ds_xdg_toplevel_v6_configure
{
bool maximized, fullscreen, resizing, activated;
- uint32_t tiled;
uint32_t width, height;
};
*s = ZXDG_TOPLEVEL_V6_STATE_ACTIVATED;
}
- if (surface->toplevel->scheduled.tiled) {
- ;;;
- // TODO
- }
-
width = surface->toplevel->scheduled.width;
height = surface->toplevel->scheduled.height;