From 8e68958a075f96a9e187d44b809582ab50339d6d Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Thu, 27 Mar 2003 23:13:22 +0000 Subject: [PATCH] prep for parentrelative --- render/render.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/render/render.h b/render/render.h index 5f632dc5..a983c783 100644 --- a/render/render.h +++ b/render/render.h @@ -44,6 +44,8 @@ typedef enum { NoTexture } TextureType; +struct Appearance; + typedef struct PlanarSurface { SurfaceColorType grad; ReliefType relief; @@ -53,6 +55,9 @@ typedef struct PlanarSurface { color_rgb *border_color; gboolean interlaced; gboolean border; + struct Appearance *parent; + int parentx; + int parenty; pixel32 *pixel_data; } PlanarSurface; -- 2.39.2