summaryrefslogtreecommitdiffstats
path: root/lib/libvgl
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 16:56:27 +0000
committerbde <bde@FreeBSD.org>1999-12-23 16:56:27 +0000
commit8a379ba272821618d83c4ac7379bcb629bbd23a2 (patch)
tree47c1818c5ff67444764b338b9268a38667e23694 /lib/libvgl
parent0e9e667b58db2faa51ce7b38455f8db449d1a30e (diff)
downloadFreeBSD-src-8a379ba272821618d83c4ac7379bcb629bbd23a2.zip
FreeBSD-src-8a379ba272821618d83c4ac7379bcb629bbd23a2.tar.gz
Fixed missing #include in synopsis.
Fixed misspelling of VGLPanScreen in its prototype. Fixed missing installation of link to VGLPanScreen.3.
Diffstat (limited to 'lib/libvgl')
-rw-r--r--lib/libvgl/Makefile1
-rw-r--r--lib/libvgl/vgl.33
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile
index 11b0b75..cde6026 100644
--- a/lib/libvgl/Makefile
+++ b/lib/libvgl/Makefile
@@ -23,6 +23,7 @@ MLINKS+= vgl.3 VGLBitmapCopy.3 \
vgl.3 VGLMouseSetImage.3 \
vgl.3 VGLMouseSetStdImage.3 \
vgl.3 VGLMouseStatus.3 \
+ vgl.3 VGLPanScreen.3 \
vgl.3 VGLSetBorder.3 \
vgl.3 VGLSetPalette.3 \
vgl.3 VGLSetPaletteIndex.3 \
diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3
index adc349b..79f7072 100644
--- a/lib/libvgl/vgl.3
+++ b/lib/libvgl/vgl.3
@@ -63,6 +63,7 @@
.Nm VGLTextSetFontFile
.Nd Video Graphics Library functions (libvgl)
.Sh SYNOPSIS
+.Fd #include <machine/console.h>
.Fd #include <vgl.h>
.Ft int
.Fn VGLInit "int mode"
@@ -125,7 +126,7 @@
.Ft int
.Fn VGLSetVScreenSize "VGLBitmap *object" "int vxsize" "int vysize"
.Ft int
-.Fn VGLPanSreen "VGLBitmap *object" "int x" "int y"
+.Fn VGLPanScreen "VGLBitmap *object" "int x" "int y"
.Ft void
.Fn VGLBlankDisplay "int blank"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud