From e9c1e44e680e8f4ddaf3622c287e419d488256eb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 06:28:57 +0000 Subject: provide a function to give the margins for an appearance --- render/render.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/render.h') diff --git a/render/render.h b/render/render.h index abdf03bb..02804c01 100644 --- a/render/render.h +++ b/render/render.h @@ -183,8 +183,9 @@ int RrFontMeasureString (const RrFont *f, const gchar *str); int RrFontHeight (const RrFont *f); int RrFontMaxCharWidth (const RrFont *f); -void RrPaint (RrAppearance *l, Window win, gint w, gint h); -void RrMinsize (RrAppearance *l, gint *w, gint *h); +void RrPaint (RrAppearance *a, Window win, gint w, gint h); +void RrMinsize (RrAppearance *a, gint *w, gint *h); +void RrMargins (RrAppearance *a, gint *l, gint *t, gint *r, gint *b); gboolean RrPixmapToRGBA(const RrInstance *inst, Pixmap pmap, Pixmap mask, -- cgit v1.2.3