prep for parentrelative
Derek Foreman manmower@gmail.com
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
render/render.h
→
render/render.h
@@ -44,6 +44,8 @@ RGBA,
NoTexture } TextureType; +struct Appearance; + typedef struct PlanarSurface { SurfaceColorType grad; ReliefType relief;@@ -53,6 +55,9 @@ color_rgb *secondary;
color_rgb *border_color; gboolean interlaced; gboolean border; + struct Appearance *parent; + int parentx; + int parenty; pixel32 *pixel_data; } PlanarSurface;