summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/daemon/daemon_saver.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/syscons/daemon/daemon_saver.c')
-rw-r--r--sys/dev/syscons/daemon/daemon_saver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/daemon/daemon_saver.c b/sys/dev/syscons/daemon/daemon_saver.c
index 92d807f..b15e04c 100644
--- a/sys/dev/syscons/daemon/daemon_saver.c
+++ b/sys/dev/syscons/daemon/daemon_saver.c
@@ -225,7 +225,7 @@ daemon_saver(video_adapter_t *adp, int blank)
/* clear the screen and set the border color */
sc_vtb_clear(&scp->scr, sc->scr_map[0x20],
ATTR(FG_LIGHTGREY | BG_BLACK));
- (*vidsw[adp->va_index]->set_hw_cursor)(adp, -1, -1);
+ vidd_set_hw_cursor(adp, -1, -1);
sc_set_border(scp, 0);
xlen = ylen = tlen = 0;
}
OpenPOWER on IntegriCloud