Method
GdkScreenget_system_visual
since: 2.2
Declaration [src]
GdkVisual*
gdk_screen_get_system_visual (
GdkScreen* screen
)
Description [src]
Get the system’s default visual for screen
.
This is the visual for the root window of the display.
The return value should not be freed.
Available since: 2.2
Return value
Type: GdkVisual
The system visual.
The returned data is owned by the instance. |