summaryrefslogtreecommitdiff
path: root/render/test.c
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-05-22 23:26:05 +0000
committerDerek Foreman <manmower@gmail.com>2003-05-22 23:26:05 +0000
commit99c7fa7260bc97e16b960be3acab56b494382b76 (patch)
treeb93a04f2f8625f3ec46aa36d2ac98ac102b9af94 /render/test.c
parentd3980aa459d725f13a7087e66b89c9242acf2def (diff)
fix cut'n'paste bug
Diffstat (limited to 'render/test.c')
-rw-r--r--render/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/test.c b/render/test.c
index d57f2c8b..56456869 100644
--- a/render/test.c
+++ b/render/test.c
@@ -57,7 +57,7 @@ int main()
look->surface.data.planar.primary = color_parse("Black");
look->surface.data.planar.interlaced = FALSE;
look->area.x = 0;
- look->area.x = 0;
+ look->area.y = 0;
look->area.width = 500;
look->area.height = 500;
if (ob_display == NULL) {