diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-03 06:28:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-03 06:28:57 +0000 |
| commit | e9c1e44e680e8f4ddaf3622c287e419d488256eb (patch) | |
| tree | 80e3f3cb6f55aebcebfdcb10b0b6c4a825b76290 /render/render.h | |
| parent | 5a44164be9c7171f7775f7a3f88fe4a1f93d9a1b (diff) | |
provide a function to give the margins for an appearance
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 5 |
1 files changed, 3 insertions, 2 deletions
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, |
