diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2019-04-29 15:58:05 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2019-04-29 15:58:05 +0000 |
| commit | 77073527cbbb601a55bbd3333165fed3bc045f31 (patch) | |
| tree | d5b41c87963709d59e46d15284677b35df3fa8bc /lib/libvgl | |
| parent | c0ce6f7d91bee6ac83c799e4a5574bd340f37f67 (diff) | |
Notes
Diffstat (limited to 'lib/libvgl')
| -rw-r--r-- | lib/libvgl/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index 91552bbc9ec1..d4ffaed782ad 100644 --- a/lib/libvgl/simple.c +++ b/lib/libvgl/simple.c @@ -496,7 +496,7 @@ VGLClear(VGLBitmap *object, u_long color) for (i = 0; i < object->VXsize; i++) bcopy(&color, src.Bitmap + i * object->PixelBytes, object->PixelBytes); for (i = 0; i < object->VYsize; i++) - __VGLBitmapCopy(&src, 0, 0, object, 0, i, object->VXsize, 1); + __VGLBitmapCopy(&src, 0, 0, object, 0, i, object->VXsize, -1); break; case VIDBUF8X: |
