diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-05-25 03:17:29 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-05-25 03:17:29 +0000 |
| commit | f9505b23b7796219ecc73ad97c68764356797163 (patch) | |
| tree | 39c298d9f66829d5339483e20184069bb721fbe9 /render/test.c | |
| parent | d6652d0a90bd6c93084b0b9e6cf36123e0ec15d1 (diff) | |
pipecross
Diffstat (limited to 'render/test.c')
| -rw-r--r-- | render/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/test.c b/render/test.c index 2170a341..f737748f 100644 --- a/render/test.c +++ b/render/test.c @@ -51,7 +51,7 @@ int main() render_startup(); look = appearance_new(Surface_Planar, 0); - look->surface.data.planar.grad = Background_Rectangle; + look->surface.data.planar.grad = Background_PipeCross; look->surface.data.planar.secondary = color_parse("Yellow"); look->surface.data.planar.primary = color_parse("Blue"); look->surface.data.planar.interlaced = FALSE; |
