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

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c25 * cmap_grab.c - the client side code for DGA colormap grabber
187 #include "cmap_grab.h"
219 _Dga_cmap cmap_grab ; local
239 for(cmap_grab = grabbed_list; cmap_grab != NULL;
240 cmap_grab = cmap_grab->cm_next) {
241 if (cmap_grab->cm_token == filesuffix) {
242 ++cmap_grab->cm_grab_count;
246 return cmap_grab;
[all...]

Completed in 9 milliseconds