Function

GdkX11X11Displayget_glx_version

since: 3.16

Declaration [src]

gboolean
gdk_x11_display_get_glx_version (
  GdkDisplay* display,
  gint* major,
  gint* minor
)

Description [src]

Retrieves the version of the GLX implementation.

Available since: 3.16

Parameters

display

Type: GdkDisplay

A GdkDisplay.

The data is owned by the caller of the function.
major

Type: gint*

Return location for the GLX major version.

The argument will be set by the function.
minor

Type: gint*

Return location for the GLX minor version.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if GLX is available.