diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2019-04-21 10:33:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2019-04-21 10:33:09 +0000 |
| commit | e848f3d19c724083c0ccf4ac1e353e0a10e884b7 (patch) | |
| tree | 38aad3bc3e003ff70d6c1db34e1b295c2f178566 /lib/libvgl/main.c | |
| parent | a8083b9c0b1c4bf40c4a966156f5ae36402f7f31 (diff) | |
Notes
Diffstat (limited to 'lib/libvgl/main.c')
| -rw-r--r-- | lib/libvgl/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 3b5ac8e955df..6a5d987ed92e 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -436,6 +436,9 @@ VGLCheckSwitch() VGLDisplay->Xsize = VGLModeInfo.vi_width; VGLDisplay->Ysize = VGLModeInfo.vi_height; VGLSetVScreenSize(VGLDisplay, VGLDisplay->VXsize, VGLDisplay->VYsize); + VGLRestoreBlank(); + VGLRestoreBorder(); + VGLMouseRestore(); VGLPanScreen(VGLDisplay, VGLDisplay->Xorigin, VGLDisplay->Yorigin); switch (VGLDisplay->Type) { case VIDBUF4S: |
