diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2019-04-29 14:13:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2019-04-29 14:13:53 +0000 |
| commit | c0ce6f7d91bee6ac83c799e4a5574bd340f37f67 (patch) | |
| tree | 2e0b997ca4ba59eb0a9daefacc432f93787bb8c8 /lib/libvgl/main.c | |
| parent | 8e7130a8a7557268cebd5166e3134b77efa72101 (diff) | |
Notes
Diffstat (limited to 'lib/libvgl/main.c')
| -rw-r--r-- | lib/libvgl/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 09d646892c23..b409327b3f4c 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -77,7 +77,7 @@ struct vt_mode smode; signal(SIGUSR2, SIG_IGN); VGLSwitchPending = 0; VGLAbortPending = 0; - VGLMousePointerHide(); + VGLMouseMode(VGL_MOUSEHIDE); if (VGLMem != MAP_FAILED) { VGLClear(VGLDisplay, 0); |
