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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
XawImP.h 71 #define CIBgPixmap (1 << 4)
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 676 if (pp->prev_flg & CIBgPixmap && p->bg_pixmap != pp->bg_pixmap) {
678 p->flg |= CIBgPixmap;
813 if (p->flg & CIBgPixmap) {
910 p->flg &= (unsigned long)(~(CIFontSet | CIFg | CIBg | CIBgPixmap | CICursorP | CILineS));
939 CIBgPixmap | CICursorP | CILineS))) return;
975 if (p->flg & CIBgPixmap) {
1045 p->flg &= (unsigned long)(~(CIFontSet | CIFg | CIBg | CIBgPixmap | CICursorP | CILineS));
1147 p->flg |= CIBgPixmap;

Completed in 4 milliseconds