X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=7b81e2ffb163c4ed71571e3129518c4f7b6f2177;hb=04e1084d588a7c2aedcaef53d927c33afec17437;hp=f021410c8f3bfc0bf89161d421ce47584f9c5849;hpb=8ad51aef1e08623fb97437994d75366a3018e493;p=chaz%2Fopenbox diff --git a/render/render.h b/render/render.h index f021410c..7b81e2ff 100644 --- a/render/render.h +++ b/render/render.h @@ -114,7 +114,7 @@ struct _RrSurface { RrColor *primary; RrColor *secondary; RrColor *border_color; - RrColor *bevel_dark; + RrColor *bevel_dark; RrColor *bevel_light; RrColor *interlace_color; gboolean interlaced; @@ -165,6 +165,11 @@ struct _RrTextureRGBA { gint cwidth; gint cheight; RrPixel32 *cache; +/* size and position to draw at */ + gint tx; + gint ty; + gint twidth; + gint theight; }; struct _RrTextureLineArt {