Struct

MksScreenAttributes

Description [src]

struct MksScreenAttributes {
  /* No available fields */
}

Screen attributes.

The attributes are used to reconfigure the QEMU instance with mks_screen_configure() or mks_screen_configure_sync().

Constructors

mks_screen_attributes_new

Creates a new MksScreenAttributes.

Instance methods

mks_screen_attributes_copy

Makes a deep copy of a MksScreenAttributes.

mks_screen_attributes_equal

Returns true if the two attributes are equal, false otherwise.

mks_screen_attributes_free

Frees a MksScreenAttributes.

mks_screen_attributes_set_height

Set the screen height in pixels.

mks_screen_attributes_set_height_mm

Set the screen height in millimeters.

mks_screen_attributes_set_width

Set the screen width in pixels.

mks_screen_attributes_set_width_mm

Set the screen width in millimeters.

mks_screen_attributes_set_x_offset

Set the screen’s horizontal offset in pixels.

mks_screen_attributes_set_y_offset

Set the screen’s vertical offset in pixels.