Struct

MetaExternalConstraintInfo

Description [src]

struct MetaExternalConstraintInfo {
  MtkRectangle* new_rect;
  MetaExternalConstraintFlags flags;
  MetaGravity resize_gravity;
}

Structure containing parameters for external window constraints.

Structure members
new_rect: MtkRectangle

The proposed new window rectangle.

flags: MetaExternalConstraintFlags

The constraint flags for this operation.

resize_gravity: MetaGravity

The gravity for resizing.