X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=a983c7830c5f10db12a98af596c4d8fe0a911ee0;hb=8e68958a075f96a9e187d44b809582ab50339d6d;hp=5f632dc545f97599b2d905ceafaf4aae1e0b7b09;hpb=c9c72cbe294b7924304a226f867686f3d05ff37a;p=chaz%2Fopenbox 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;