diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-11-09 12:11:24 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-11-09 12:11:24 +0000 |
| commit | 8d12b4e5bda8082489385436a31d89098368719a (patch) | |
| tree | 899d7bfe1cca62fb894e901416f160970e9879ee /lib/libvgl | |
| parent | 5d1706df0d41083f2c2f22d74d6706443d316670 (diff) | |
Notes
Diffstat (limited to 'lib/libvgl')
| -rw-r--r-- | lib/libvgl/vgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h index 4aa34c6ca066..54c58bff3cfc 100644 --- a/lib/libvgl/vgl.h +++ b/lib/libvgl/vgl.h @@ -43,7 +43,7 @@ typedef struct { } VGLBitmap; #define VGLBITMAP_INITIALIZER(t, x, y, bits) \ - { (t), (x), (y), 0, 0, 0, 0, (bits) } + { (t), (x), (y), (x), (y), 0, 0, (bits) } /* * Defined Type's |
