#include #include int main(int argc, char **argv) { Display *dpy = XOpenDisplay(NULL); int total = 0; XPixmapFormatValues *fs = XListPixmapFormats(dpy, &total); if (total) { int i; for (i=0; i