- XDamageAdd
void XDamageAdd(Display* dpy, Drawable drawable, XserverRegion region)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XDamageCreate
Damage XDamageCreate(Display* dpy, Drawable drawable, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XDamageDestroy
void XDamageDestroy(Display* dpy, Damage damage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XDamageQueryExtension
Bool XDamageQueryExtension(Display* dpy, int* event_base_return, int* error_base_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XDamageQueryVersion
Status XDamageQueryVersion(Display* dpy, int* major_version_return, int* minor_version_return)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- XDamageSubtract
void XDamageSubtract(Display* dpy, Damage damage, XserverRegion repair, XserverRegion parts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.