Searched refs:att (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DMakefile309 ${RM} $(DERIVED_FILES) .sort .ttt .att psops.h dpsops.h *% *.o
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c309 XSetWindowAttributes att; local
310 att.bit_gravity = ForgetGravity;
313 CWBitGravity, &att);
H A DColorSB.c2613 XWindowAttributes att; local
2640 if (child != None && XGetWindowAttributes(dpy, child, &att) &&
2641 att.class != InputOutput) break;
2648 XGetWindowAttributes(dpy, child, &att);
2649 colormap = att.colormap;
H A DFontSB.c1639 XSetWindowAttributes att; local
1640 att.bit_gravity = ForgetGravity;
1643 CWBitGravity, &att);

Completed in 262 milliseconds