diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-07-21 18:10:58 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-07-21 18:10:58 +0200 |
commit | 168b9f3de4088ed08987e62da3c593e98bdaab29 (patch) | |
tree | 998bc7e4939204299270761ee11f7f61d82a0f60 /sys/man/2 | |
parent | 1021caa3950b8e7c5c739a24d7839468c7bf062a (diff) |
libdraw: add missing borderop() (thanks aiju)
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/draw | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/man/2/draw b/sys/man/2/draw index e6f23a968..f517bc5c1 100644 --- a/sys/man/2/draw +++ b/sys/man/2/draw @@ -152,6 +152,9 @@ int icossin(int deg, int *cosp, int *sinp) int icossin2(int x, int y, int *cosp, int *sinp) .PB void border(Image *dst, Rectangle r, int i, Image *color, Point sp) +.PB +void borderop(Image *dst, Rectangle r, int i, Image *color, Point sp, + Drawop op) .br .PB Point string(Image *dst, Point p, Image *src, Point sp, |