summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-20 07:28:31 +0000
committerDana Jansens <danakj@orodu.net>2003-05-20 07:28:31 +0000
commit13f701bdb1a243f88f56cfce07d9e2e0639bccf0 (patch)
tree6d6b04b9ba46cc55c610409760490ee58fa4517e /render/render.h
parent97b22bd27bf2e3bba4143a15ec82e4f2561c984f (diff)
remove the elliptic gradient type.
add bevel light/dark colors for solid textures with bevels
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h5
1 files changed, 3 insertions, 2 deletions
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;