From 13f701bdb1a243f88f56cfce07d9e2e0639bccf0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 20 May 2003 07:28:31 +0000 Subject: remove the elliptic gradient type. add bevel light/dark colors for solid textures with bevels --- render/render.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/render.h') diff --git a/render/render.h b/render/render.h index 68fec468..a2bdd262 100644 --- a/render/render.h +++ b/render/render.h @@ -33,8 +33,7 @@ typedef enum { Background_CrossDiagonal, Background_PipeCross, Background_Rectangle, - Background_Pyramid, - Background_Elliptic + Background_Pyramid } SurfaceColorType; typedef enum { @@ -53,6 +52,8 @@ typedef struct PlanarSurface { color_rgb *primary; color_rgb *secondary; color_rgb *border_color; + color_rgb *bevel_dark; + color_rgb *bevel_light; gboolean interlaced; gboolean border; struct Appearance *parent; -- cgit v1.2.3