cursor: hide cursors on LeaveVT
This commit is contained in:
parent
d5d5b40743
commit
001dec8980
|
@ -757,6 +757,8 @@ LeaveVT(int scrnIndex, int flags)
|
||||||
{
|
{
|
||||||
ScrnInfoPtr pScrn = xf86Screens[scrnIndex];
|
ScrnInfoPtr pScrn = xf86Screens[scrnIndex];
|
||||||
|
|
||||||
|
xf86_hide_cursors(pScrn);
|
||||||
|
|
||||||
pScrn->vtSema = FALSE;
|
pScrn->vtSema = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue