diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-06 06:19:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-06 06:19:36 +0000 |
| commit | 8d08de4bb62ad9a114488e4ca281d4dcc03d84d9 (patch) | |
| tree | 8dc02ab2c338015b074eec62cf92edefc30d82f0 /render/render.h | |
| parent | 852f36235eee5f3414430d1b89e91b1ba68db666 (diff) | |
add function to give the minimum size of an appearance to fully render it's data
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h index e282740e..1a41b219 100644 --- a/render/render.h +++ b/render/render.h @@ -156,4 +156,6 @@ void truecolor_startup(void); void pseudocolor_startup(void); void pixel32_to_pixmap(pixel32 *in, Pixmap out, int x, int y, int w, int h); +void appearance_minsize(Appearance *l, Size *s); + #endif /*__render_h*/ |
