Searched refs:CWCursor (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DDefCursor.c43 req->valueMask = CWCursor;
H A DUndefCurs.c43 req->valueMask = CWCursor;
H A DChWAttrs.c36 CWDontPropagate|CWColormap|CWCursor)
H A DWindow.c84 if (valuemask & CWCursor)
98 CWDontPropagate|CWColormap|CWCursor)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.h102 #define CWCursor (1L<<14) macro
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h406 #define CWCursor (1L<<14) macro
/xsrc/external/mit/libXext/dist/src/
H A DXMultibuf.c642 CWDontPropagate|CWColormap|CWCursor);
676 if (valuemask & CWCursor)
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.c403 valuemask = (CWBackPixel | CWBorderPixel | CWEventMask | CWCursor);
415 valuemask = (CWBackPixel | CWBorderPixel | CWEventMask | CWCursor);
H A Dadd_window.c821 valuemask = CWBackPixmap | CWBorderPixel | CWCursor | CWEventMask;
1302 CWCursor);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c348 if (mask & CWCursor) /* this is handeled in cursor code */
349 mask &= ~CWCursor;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c342 if (mask & CWCursor) /* this is handled in cursor code */
343 mask &= ~CWCursor;
/xsrc/external/mit/ctwm/dist/
H A Dmask_screen.c44 valuemask = (CWBackPixel | CWOverrideRedirect | CWEventMask | CWCursor);
H A Dvscreen.c73 valuemask = CWBackPixel | CWOverrideRedirect | CWEventMask | CWCursor;
H A Diconmgr.c796 valuemask = (CWBackPixel | CWBorderPixel | CWEventMask | CWCursor);
813 valuemask = (CWBackPixel | CWBorderPixel | CWEventMask | CWCursor);
H A Dwin_decorations.c699 CWCursor);
1585 XChangeWindowAttributes(dpy, tmp_win->frame, CWCursor, &attr);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsaver.c574 mask |= CWCursor;
1124 case CWCursor:
1141 pAttr->mask &= ~CWCursor;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsaver.c530 mask |= CWCursor;
1030 case CWCursor:
1043 pAttr->mask &= ~CWCursor;
/xsrc/external/mit/libXaw/dist/src/
H A DSimple.c340 *valueMask |= CWCursor;
/xsrc/external/mit/xmh/dist/
H A Dutil.c437 valuemask = CWDontPropagate | CWCursor;
/xsrc/external/mit/beforelight/dist/
H A Db4light.c330 mask |= CWCursor;
/xsrc/external/mit/libXScrnSaver/dist/src/
H A DXScrnSaver.c309 if (valuemask & CWCursor)
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c555 if (*mask & CWCursor)
556 *mask &= ~CWCursor; /* Handled by the cursor code */
/xsrc/external/mit/xbiff/dist/
H A DMailbox.c365 *valuemaskp |= (CWBitGravity | CWCursor);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c159 CWDontPropagate | CWOverrideRedirect | CWCursor )
458 int backFlag = CWBorderPixel | CWCursor | CWBackingStore;
1343 case CWCursor:
3307 mask |= CWCursor;
3587 (*pScreen->ChangeWindowAttributes)(pWin, CWCursor);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c166 CWDontPropagate | CWOverrideRedirect | CWCursor )
664 int backFlag = CWBorderPixel | CWCursor | CWBackingStore;
1481 case CWCursor:
3268 mask |= CWCursor;
3533 (*pScreen->ChangeWindowAttributes) (pWin, CWCursor);

Completed in 32 milliseconds

12