HomeSort by: relevance | last modified time | path
    Searched defs:GCTile (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
List.c 352 lw->list.graygc = XtAllocateGC(w, 0, GCTile | GCFillStyle,
355 lw->list.graygc = XtGetGC(w, GCFont | GCTile | GCFillStyle, &values);
1101 XGetGCValues(XtDisplay(current), cl->list.graygc, GCTile, &values);
1170 XGetGCValues(XtDisplay(w), lw->list.graygc, GCTile, &values);
  /xsrc/external/mit/xorgproto/dist/include/X11/
X.h 574 #define GCTile (1L<<10)

Completed in 27 milliseconds