Function

GdkVisualget_system

deprecated: 3.22 

Declaration [src]

GdkVisual*
gdk_visual_get_system (
  void
)

Description [src]

Get the system’s default visual for the default GDK screen. This is the visual for the root window of the display. The return value should not be freed.

Deprecated since: 3.22

Use gdk_screen_get_system_visual (gdk_screen_get_default ()).

Return value

Type: GdkVisual

System visual.

The data is owned by the called function.