mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
cursor: hide cursors on LeaveVT
This commit is contained in:
@@ -757,6 +757,8 @@ LeaveVT(int scrnIndex, int flags)
|
||||
{
|
||||
ScrnInfoPtr pScrn = xf86Screens[scrnIndex];
|
||||
|
||||
xf86_hide_cursors(pScrn);
|
||||
|
||||
pScrn->vtSema = FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user