Searched refs:InputOnly (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DStdCmap.c109 0, 0, InputOnly, vinfo->visual,
/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h186 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap))
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h191 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap))
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsaver.c836 case InputOnly:
852 if ((class != InputOutput) && (class != InputOnly))
858 if ((class != InputOnly) && (pParent->drawable.class == InputOnly))
861 if ((class == InputOnly) && ((bw != 0) || (depth != 0)))
896 (class != InputOnly) &&
903 (class != InputOnly) &&
H A DpanoramiXprocs.c82 if((stuff->class == InputOnly) && (stuff->mask & (~INPUTONLY_LEGAL_MASK)))
127 if (stuff->class == InputOnly)
184 if((win->u.win.class == InputOnly) &&
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsaver.c775 case InputOnly:
791 if ((class != InputOutput) && (class != InputOnly)) {
796 if ((class != InputOnly) && (pParent->drawable.class == InputOnly))
799 if ((class == InputOnly) && ((bw != 0) || (depth != 0)))
829 (class != InputOnly) && (depth != pParent->drawable.depth)) {
834 (class != InputOnly) &&
H A DpanoramiXprocs.c83 if ((stuff->class == InputOnly) && (stuff->mask & (~INPUTONLY_LEGAL_MASK)))
127 if (stuff->class == InputOnly)
186 if ((win->u.win.class == InputOnly) &&
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.h84 #define InputOnly 2 macro
H A Dglut_menu.c479 InputOnly subwindows are the right size), do so. */
968 0, CopyFromParent, InputOnly, CopyFromParent,
997 0, CopyFromParent, InputOnly, CopyFromParent,
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h388 #define InputOnly 2 macro
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c183 if (pWindow->drawable.class != InputOnly &&
237 if (pWindow->drawable.class != InputOnly) {
454 if (pWindow->drawable.class != InputOnly) {
/xsrc/external/mit/xmh/dist/
H A Dutil.c450 InputOnly, (Visual *)CopyFromParent, valuemask, &attributes);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c571 if ((class != InputOutput) && (class != InputOnly))
578 if ((class != InputOnly) && (pParent->drawable.class == InputOnly))
584 if ((class == InputOnly) && ((bw != 0) || (depth != 0)))
627 (class != InputOnly) &&
635 (class != InputOnly) &&
658 if (class == InputOnly)
1011 if ((pWin->drawable.class == InputOnly) && (vmask & (~INPUTONLY_LEGAL_MASK)))
2130 if ((pWin->drawable.class == InputOnly) && (mask & IllegalInputOnlyConfigureMask))
H A Ddispatch.c790 if ((pWin->drawable.class != InputOnly) &&
791 (pParent->drawable.class == InputOnly))
1599 if (pWin->drawable.class == InputOnly)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c772 if ((class != InputOutput) && (class != InputOnly)) {
778 if ((class != InputOnly) && (pParent->drawable.class == InputOnly)) {
783 if ((class == InputOnly) && ((bw != 0) || (depth != 0))) {
819 (class != InputOnly) && (depth != pParent->drawable.depth)) {
825 (class != InputOnly) &&
844 if (class == InputOnly)
1174 if ((pWin->drawable.class == InputOnly) &&
2203 if ((pWin->drawable.class == InputOnly) && (mask & CWBorderWidth))
H A Ddispatch.c895 if ((pWin->drawable.class != InputOnly) &&
896 (pParent->drawable.class == InputOnly))
1703 if (pWin->drawable.class == InputOnly) {
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwindow.c513 if (pWin->drawable.class != InputOnly) {
692 if (pWin->drawable.class != InputOnly)
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c81 if (pWin->drawable.class == InputOnly) {
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c83 if (pWin->drawable.class == InputOnly) {
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompwindow.c153 should = pWin->realized && (pWin->drawable.class != InputOnly) &&
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompwindow.c162 should = pWin->realized && (pWin->drawable.class != InputOnly) &&
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c1365 if (w->a.class == InputOnly)
1466 if (new->a.class == InputOnly)
/xsrc/external/mit/xterm/dist/
H A Dtrace.c1127 : ((attrs->class == InputOnly)
1128 ? "InputOnly"

Completed in 52 milliseconds