From 512d93afcc3e7dd5caa42cdb69508964c6338f3d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 14 Feb 2008 14:44:17 -0500 Subject: backport the changes to render/ from the alttab branch (commit 3592046b2b26e05ee94c0dd0fed5b7fd5475c198) in master, as the iconcache changes depend on this git show 3592046b -- render --- render/render.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'render/render.h') diff --git a/render/render.h b/render/render.h index d9438edc..10eafc6e 100644 --- a/render/render.h +++ b/render/render.h @@ -167,6 +167,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 { -- cgit v1.2.3