Fixed missing #include in synopsis.
Fixed misspelling of VGLPanScreen in its prototype. Fixed missing installation of link to VGLPanScreen.3.
This commit is contained in:
parent
d3f0d184db
commit
a0d660c26b
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user