Searched defs:visual_list (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-x.c112 static XVisualInfo *visual_list; variable
439 visual_list = XGetVisualInfo(display,
449 visual = visual_list[0].visual;
450 depth = visual_list[0].depth;
452 colormap_size = visual_list[0].colormap_size;
841 XFree(visual_list);
H A Drpng2-x.c222 static XVisualInfo *visual_list; variable
648 visual_list = XGetVisualInfo(display,
658 visual = visual_list[0].visual;
659 depth = visual_list[0].depth;
661 colormap_size = visual_list[0].colormap_size;
1391 XFree(visual_list);

Completed in 58 milliseconds