Closed N-R-K closed 1 year ago
according to the XComposite manpage:
No other XComposite functions (except XCompositeQueryExtension) may be called before XCompositeQueryVersion. If a client violates this rule, the effects of all subsequent XComposite calls that it makes are undefined.
fix it by calling XCompositeQueryVersion first.
according to the XComposite manpage:
fix it by calling XCompositeQueryVersion first.