cursor: hide cursors on LeaveVT

This commit is contained in:
Dave Airlie 2012-04-17 11:48:03 +01:00
parent d5d5b40743
commit 001dec8980

View File

@ -757,6 +757,8 @@ LeaveVT(int scrnIndex, int flags)
{
ScrnInfoPtr pScrn = xf86Screens[scrnIndex];
xf86_hide_cursors(pScrn);
pScrn->vtSema = FALSE;
}