diff options
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h index da2361cc..3b996375 100644 --- a/render/render.h +++ b/render/render.h @@ -245,7 +245,9 @@ gint RrFontMaxCharWidth (const RrFont *f); it is non-null. */ Pixmap RrPaintPixmap (RrAppearance *a, gint w, gint h); void RrPaint (RrAppearance *a, Window win, gint w, gint h); -void RrMinsize (RrAppearance *a, gint *w, gint *h); +void RrMinSize (RrAppearance *a, gint *w, gint *h); +gint RrMinWidth (RrAppearance *a); +gint RrMinHeight (RrAppearance *a); void RrMargins (RrAppearance *a, gint *l, gint *t, gint *r, gint *b); gboolean RrPixmapToRGBA(const RrInstance *inst, |
