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

  /xsrc/external/mit/xorg-server/dist/Xext/
panoramiXprocs.c 51 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \
83 if ((stuff->class == InputOnly) && (stuff->mask & (~INPUTONLY_LEGAL_MASK)))
187 (stuff->valueMask & (~INPUTONLY_LEGAL_MASK)))
  /xsrc/external/mit/xorg-server.old/dist/Xext/
panoramiXprocs.c 52 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \
82 if((stuff->class == InputOnly) && (stuff->mask & (~INPUTONLY_LEGAL_MASK)))
185 (stuff->valueMask & (~INPUTONLY_LEGAL_MASK)))
  /xsrc/external/mit/xorg-server/dist/dix/
window.c 165 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \
1175 (vmask & (~INPUTONLY_LEGAL_MASK)))
  /xsrc/external/mit/xorg-server.old/dist/dix/
window.c 158 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \
1011 if ((pWin->drawable.class == InputOnly) && (vmask & (~INPUTONLY_LEGAL_MASK)))

Completed in 28 milliseconds