summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-24 18:54:18 +0000
committerDana Jansens <danakj@orodu.net>2003-06-24 18:54:18 +0000
commit1e882b62718e4d6a4a149b415964646ad424fbfd (patch)
treef343e172bf81826e5303391e0056f7e9a5851e7b /render/render.h
parentdc60657acf0511855d4844a872c9266fc1e63fc9 (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/render.h')
-rw-r--r--render/render.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/render.h b/render/render.h
index ede14d72..8469c69e 100644
--- a/render/render.h
+++ b/render/render.h
@@ -40,8 +40,6 @@ typedef enum {
RR_SURFACE_VERTICAL,
RR_SURFACE_DIAGONAL,
RR_SURFACE_CROSS_DIAGONAL,
- RR_SURFACE_PIPECROSS,
- RR_SURFACE_RECTANGLE,
RR_SURFACE_PYRAMID
} RrSurfaceColorType;