Searched refs:useSM (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c1601 Bool useSM = TRUE; local in function:xf86SetSilkenMouse
1615 useSM = FALSE;
1618 if (xf86GetOptValBool(options, OPTION_SILKEN_MOUSE, &useSM))
1625 pScrn->silkenMouse = useSM && InputThreadEnable;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Helper.c1846 Bool useSM = TRUE; local in function:xf86SetSilkenMouse
1860 useSM = FALSE;
1862 if (xf86GetOptValBool(options, OPTION_SILKEN_MOUSE, &useSM))
1871 pScrn->silkenMouse = useSM && xf86Info.useSIGIO && xf86SIGIOSupported();

Completed in 5 milliseconds