Method

MetaDisplayget_size

Declaration [src]

void
meta_display_get_size (
  MetaDisplay* display,
  int* width,
  int* height
)

Description [src]

Retrieve the size of the display.

Parameters

width int*
 

The width of the screen.

 The argument will be set by the function.
height int*
 

The height of the screen.

 The argument will be set by the function.