aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2019-03-28 14:21:22 +0000
committerBruce Evans <bde@FreeBSD.org>2019-03-28 14:21:22 +0000
commit5ee94e995406fc1a7092869c54f717684db90f7a (patch)
treedc312d2e5fa7cef1a1d35bfe5d63edb1028e0fd4 /lib/libvgl
parent0fd1597549b53aaf6e54ffab9aea0dad856e9960 (diff)
Notes
Diffstat (limited to 'lib/libvgl')
-rw-r--r--lib/libvgl/simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c
index d4bb69cb848a..cea06c85c3a5 100644
--- a/lib/libvgl/simple.c
+++ b/lib/libvgl/simple.c
@@ -248,7 +248,7 @@ VGLGetXY(VGLBitmap *object, int x, int y)
#define SL_ABSOLUTE(i,j,k) ( (i-j)*(k = ( (i-j)<0 ? -1 : 1)))
void
-plot(VGLBitmap * object, int x, int y, int flag, byte color)
+plot(VGLBitmap * object, int x, int y, int flag, u_long color)
{
/* non-zero flag indicates the pixels need swapping back. */
if (flag)