Package: gdk

Function gdk:display-is-composited

Lambda List

gdk:display-is-composited (display)

Arguments

display -- a gdk:display object

Return Value

Whether surfaces with RGBA visuals supports an alpha channel.

Details

Returns whether surfaces can reasonably be expected to have their alpha channel drawn correctly on the screen.

Check the value of the gdk:display-is-rgba function for whether the display supports an alpha channel. On X11 this function returns whether a compositing manager is compositing on display. On modern displays, this value is always true.
 

See also

2024-1-7