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

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c195 if (!pScreenPriv->screen->softCursor && pScreenPriv->card->cfuncs->disableCursor)
269 if (!pScreenPriv->screen->softCursor && pScreenPriv->card->cfuncs->enableCursor)
395 screen->softCursor = kdSoftCursor;
540 ErrorF("-softCursor Force software cursor\n");
604 if (!strcmp (argv[i], "-softCursor"))
763 if (!pScreenPriv->screen->softCursor && card->cfuncs->finiCursor)
1037 if (screen->softCursor ||
1042 screen->softCursor = TRUE;
1072 if (!screen->softCursor && card->cfuncs->enableCursor)
1095 screen->softCursor
[all...]
H A Dkdrive.h100 Bool softCursor; member in struct:_KdScreenInfo
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.c219 screen->softCursor = kdSoftCursor;
369 ErrorF("-softCursor Force software cursor\n");
422 if (!strcmp(argv[i], "-softCursor")) {
800 if (screen->softCursor ||
803 screen->softCursor = TRUE;
840 screen->softCursor = TRUE;
H A Dkdrive.h101 Bool softCursor; member in struct:_KdScreenInfo

Completed in 6 milliseconds