From 1e882b62718e4d6a4a149b415964646ad424fbfd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Jun 2003 18:54:18 +0000 Subject: 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. --- render/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/test.c') 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; -- cgit v1.2.3