summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h5
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,