diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2019-04-25 15:48:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2019-04-25 15:48:23 +0000 |
| commit | 73416eeccd2dde24a108af23d29ec66e25781ce4 (patch) | |
| tree | 1937e1d1d8adc43585a2cda6a8a5727ddbf2a6fb /lib/libvgl | |
| parent | 50575ce11cbe09fd4d7cfe1e11d8dcca209515b9 (diff) | |
Notes
Diffstat (limited to 'lib/libvgl')
| -rw-r--r-- | lib/libvgl/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c index 63a3247b6e77..04db5307d2ef 100644 --- a/lib/libvgl/main.c +++ b/lib/libvgl/main.c @@ -73,6 +73,7 @@ struct vt_mode smode; if (!VGLInitDone) return; + VGLInitDone = 0; signal(SIGUSR1, SIG_IGN); signal(SIGUSR2, SIG_IGN); VGLSwitchPending = 0; |
