Searched refs:g_fSoftwareCursor (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinvalargs.c161 if (g_fSoftwareCursor) {
162 g_fSoftwareCursor = FALSE;
H A Dwinglobals.h63 extern Bool g_fSoftwareCursor;
H A Dwinglobals.c79 Bool g_fSoftwareCursor = FALSE; variable in typeref:typename:Bool
H A Dwinwndproc.c731 if (g_fSoftwareCursor && g_fCursor &&
737 else if (g_fSoftwareCursor && !g_fCursor && !s_pScreenPriv->fActive
764 if (g_fSoftwareCursor && !g_fCursor) {
777 if (g_fSoftwareCursor && !g_fCursor) {
1091 if (g_fSoftwareCursor && LOWORD(wParam) == WA_INACTIVE && !g_fCursor) {
1110 if (g_fSoftwareCursor && !s_pScreenPriv->fActive && !g_fCursor) {
1166 if (!g_fSoftwareCursor)
H A Dwindialogs.c347 if (g_fSoftwareCursor && !g_fCursor) {
574 if (g_fSoftwareCursor && !g_fCursor) {
H A Dwinmultiwindowwndproc.c641 if (g_fSoftwareCursor && g_fCursor) {
674 if (g_fSoftwareCursor && !g_fCursor) {
690 if (g_fSoftwareCursor && !g_fCursor) {
1226 if (!g_fSoftwareCursor)
H A Dwincursor.c496 if (!bInhibit && g_fSoftwareCursor)
516 if (!bInhibit && g_fSoftwareCursor)
H A Dwinscrinit.c178 if (!g_fSoftwareCursor)
H A Dwinprocarg.c1044 g_fSoftwareCursor = TRUE;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinglobals.c77 Bool g_fSoftwareCursor = FALSE; variable in typeref:typename:Bool
H A Dwinwndproc.c787 if (g_fSoftwareCursor && g_fCursor && (s_pScreenPriv->fActive || s_pScreenInfo->fLessPointer))
793 else if (g_fSoftwareCursor && !g_fCursor && !s_pScreenPriv->fActive
821 if (g_fSoftwareCursor && !g_fCursor)
835 if (g_fSoftwareCursor && !g_fCursor)
1177 if (g_fSoftwareCursor && LOWORD(wParam) == WA_INACTIVE
1199 if (g_fSoftwareCursor && !s_pScreenPriv->fActive
1274 if (!g_fSoftwareCursor) SetCursor (s_pScreenPriv->cursor.handle);
H A Dwindialogs.c385 if (g_fSoftwareCursor && !g_fCursor)
634 if (g_fSoftwareCursor && !g_fCursor)
H A Dwinmultiwindowwndproc.c546 if (g_fSoftwareCursor && g_fCursor)
581 if (g_fSoftwareCursor && !g_fCursor)
598 if (g_fSoftwareCursor && !g_fCursor)
1029 if (!g_fSoftwareCursor) SetCursor (s_pScreenPriv->cursor.handle);
H A Dwincursor.c507 if (!bInhibit && g_fSoftwareCursor)
530 if (!bInhibit && g_fSoftwareCursor)
H A Dwinscrinit.c226 if (!g_fSoftwareCursor)
H A Dwinprocarg.c1101 g_fSoftwareCursor = TRUE;
H A Dwinwin32rootlesswndproc.c1280 if (!g_fSoftwareCursor) SetCursor (pScreenPriv->cursor.handle);

Completed in 21 milliseconds