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

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxwindow.h 48 unsigned long attribMask;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_event.c 1023 unsigned long attribMask = CWDontPropagate;
1029 attribMask |= CWEventMask;
1033 attribMask, &wa);
glut_win.c 494 unsigned long attribMask;
532 attribMask = CWBackPixmap | CWBorderPixel | CWColormap | CWEventMask;
540 attribMask |= CWDontPropagate;
599 attribMask, &wa);

Completed in 12 milliseconds