Home | History | Annotate | Download | only in x11

Lines Matching defs:stat

229    Status stat;
232 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
235 return stat;
249 Status stat;
253 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height);
256 if (!stat) {