libxdamage

X.Org X Damage Extension library for efficient screen update handling

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: X Damage Extension library

Commands

libxdamage

Examples

Check if libxdamage is installed and linked correctly$ pkg-config --cflags --libs xdamage
Verify libxdamage library location$ brew list libxdamage
Compile program using X Damage Extension$ gcc -o program program.c $(pkg-config --cflags --libs xdamage)