Method

GdkDisplayget_maximal_cursor_size

since: 2.4

Declaration [src]

void
gdk_display_get_maximal_cursor_size (
  GdkDisplay* display,
  guint* width,
  guint* height
)

Description [src]

Gets the maximal size to use for cursors on display.

Available since: 2.4

Parameters

width

Type: guint*

The return location for the maximal cursor width.

The argument will be set by the function.
height

Type: guint*

The return location for the maximal cursor height.

The argument will be set by the function.