aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl/vgl.3
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2019-03-24 20:43:21 +0000
committerBruce Evans <bde@FreeBSD.org>2019-03-24 20:43:21 +0000
commit31d09534f862ba0bfa3ccdba38d2e50532714cb6 (patch)
treee9827b523b172facd5f89bec24a373650aaf44f1 /lib/libvgl/vgl.3
parent8d8b448919341e94aaedc6911b6240a51c16f2f3 (diff)
downloadsrc-31d09534f862ba0bfa3ccdba38d2e50532714cb6.tar.gz
src-31d09534f862ba0bfa3ccdba38d2e50532714cb6.zip
Oops, my previous commit to libvgl was missing the change of VGLSetBorder()
to match the change in its declaration. Change the declaration back to "byte color" since setting of the border color is not supported for more than 256 colors.
Notes
Notes: svn path=/head/; revision=345486
Diffstat (limited to 'lib/libvgl/vgl.3')
-rw-r--r--lib/libvgl/vgl.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3
index 749ca3b65576..effc4ffab812 100644
--- a/lib/libvgl/vgl.3
+++ b/lib/libvgl/vgl.3
@@ -127,7 +127,7 @@
.Ft void
.Fn VGLSetPaletteIndex "byte color" "byte red" "byte green" "byte blue"
.Ft void
-.Fn VGLSetBorder "u_long color"
+.Fn VGLSetBorder "byte color"
.Ft int
.Fn VGLSetVScreenSize "VGLBitmap *object" "int vxsize" "int vysize"
.Ft int