diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-09-03 00:16:26 +0200 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-03 00:28:02 -0500 |
| commit | 3592046b2b26e05ee94c0dd0fed5b7fd5475c198 (patch) | |
| tree | 4cba2439142137bd4c0bbe8861c852ebd002dd13 /render/render.h | |
| parent | da5f4e08f5e77fe6fe54d65b668aa129150b281b (diff) | |
Make the icon and hilite the proper sizes.
Had to add some obrender thingers and fiddle around a bit. Also fixed up
some confusing logic.
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h index 1f87c6e0..7b81e2ff 100644 --- a/render/render.h +++ b/render/render.h @@ -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 { |
