There's no need to explicitly set softCursor -- kdrive handles this if the
cursor hooks aren't set.
This commit is contained in:
parent
4078457919
commit
aa5a878472
|
@ -956,8 +956,6 @@ vesaMapFramebuffer (KdScreenInfo *screen)
|
||||||
pscr->mapping = VESA_WINDOWED;
|
pscr->mapping = VESA_WINDOWED;
|
||||||
pscr->shadow = TRUE;
|
pscr->shadow = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
screen->softCursor = TRUE;
|
|
||||||
|
|
||||||
switch (pscr->mapping) {
|
switch (pscr->mapping) {
|
||||||
case VESA_MONO:
|
case VESA_MONO:
|
||||||
|
|
Loading…
Reference in New Issue