WindowChangeRequestInfo class WindowChangeRequestInfo : RequestInfo Documentation public const string NAME = "window-change" public uint Columns { get; } public uint Height { get; } public uint Rows { get; } public uint Width { get; } public WindowChangeRequestInfo() public WindowChangeRequestInfo(uint columns, uint rows, uint width, uint height)