summaryrefslogtreecommitdiffstats
path: root/lib/libvgl/vgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libvgl/vgl.h')
-rw-r--r--lib/libvgl/vgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/vgl.h b/lib/libvgl/vgl.h
index 4aa34c6..54c58bf 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
OpenPOWER on IntegriCloud