diff options
author | Russ Cox <rsc@swtch.com> | 2012-11-25 22:15:57 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-11-25 22:15:57 -0500 |
commit | 9f3851871ed6edb544dfe5b518bff0121d6c020b (patch) | |
tree | 086485c69525c1923fc55f65a93605bd14e85f38 /include | |
parent | 323e7d0193999a22e605786d06fcff76cb780e38 (diff) | |
download | plan9port-9f3851871ed6edb544dfe5b518bff0121d6c020b.tar.gz plan9port-9f3851871ed6edb544dfe5b518bff0121d6c020b.tar.bz2 plan9port-9f3851871ed6edb544dfe5b518bff0121d6c020b.zip |
libdraw: add scalesize
R=rsc
http://codereview.appspot.com/6855092
Diffstat (limited to 'include')
-rw-r--r-- | include/draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/draw.h b/include/draw.h index 9bf5ce12..fe059aca 100644 --- a/include/draw.h +++ b/include/draw.h @@ -351,6 +351,7 @@ extern Image* namedimage(Display*, char*); extern int nameimage(Image*, char*, int); extern Image* allocimagemix(Display*, u32int, u32int); extern int drawsetlabel(char*); +extern int scalesize(Display*, int); /* * Colors |