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

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiXprocs.c52 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \ macro
82 if((stuff->class == InputOnly) && (stuff->mask & (~INPUTONLY_LEGAL_MASK)))
185 (stuff->valueMask & (~INPUTONLY_LEGAL_MASK)))
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c51 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \ macro
83 if ((stuff->class == InputOnly) && (stuff->mask & (~INPUTONLY_LEGAL_MASK)))
187 (stuff->valueMask & (~INPUTONLY_LEGAL_MASK)))
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c158 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \ macro
1011 if ((pWin->drawable.class == InputOnly) && (vmask & (~INPUTONLY_LEGAL_MASK)))
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c165 #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \ macro
1175 (vmask & (~INPUTONLY_LEGAL_MASK)))

Completed in 15 milliseconds