diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-24 18:54:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-24 18:54:18 +0000 |
| commit | 1e882b62718e4d6a4a149b415964646ad424fbfd (patch) | |
| tree | f343e172bf81826e5303391e0056f7e9a5851e7b /render/test.c | |
| parent | dc60657acf0511855d4844a872c9266fc1e63fc9 (diff) | |
made all the gradients work with integer math. removed the pipecross and rectangle gradietns tho cuz they are ugly and i dont want to code that bullshit cuz they are ugly.
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 12974a91..38cd7a99 100644 --- a/render/test.c +++ b/render/test.c @@ -46,7 +46,7 @@ int main() inst = RrInstanceNew(ob_display, ob_screen); look = RrAppearanceNew(inst, 0); - look->surface.grad = RR_SURFACE_RECTANGLE; + look->surface.grad = RR_SURFACE_PYRAMID; look->surface.secondary = RrColorParse(inst, "Yellow"); look->surface.primary = RrColorParse(inst, "Blue"); look->surface.interlaced = FALSE; |
