Home | History | Annotate | Download | only in src

Lines Matching defs:ext

72     register _XExtension *ext;
96 for (ext = dpy->ext_procs; ext; ext = ext->next)
97 if (ext->create_GC) (*ext->create_GC)(dpy, gc, &ext->codes);
320 register _XExtension *ext;
328 for (ext = dpy->ext_procs; ext; ext = ext->next)
329 if (ext->flush_GC) (*ext->flush_GC)(dpy, gc, &ext->codes);