supports_composite
Description:
[ Version ( deprecated = true , deprecated_since = "3.16" , since = "2.12" ) ]
public bool supports_composite ()
public bool supports_composite ()
Warning: supports_composite is deprecated since 3.16.
Returns true if set_composited can be used to redirect drawing on the window using compositing.
Note:
Compositing is an outdated technology that only ever worked on X11.
Currently this only works on X11 with XComposite and XDamage extensions available.
Parameters:
this |
a Display |
Returns:
true if windows may be composited. |