diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-23 20:14:47 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-23 20:14:47 +0200 |
commit | 948d0a1180a57f61285abd4a59c7351b6197d3d5 (patch) | |
tree | 338b8581ca00c49a58f3c31dc1522fc9f538692a /sys/src/cmd/mothra/libpanel/draw.c | |
parent | f68d096fb77889f8cf74ecc383632b105c3da21d (diff) |
mothra: snarf and paste
Diffstat (limited to 'sys/src/cmd/mothra/libpanel/draw.c')
-rw-r--r-- | sys/src/cmd/mothra/libpanel/draw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/libpanel/draw.c b/sys/src/cmd/mothra/libpanel/draw.c index 733039a4c..fb51a0983 100644 --- a/sys/src/cmd/mothra/libpanel/draw.c +++ b/sys/src/cmd/mothra/libpanel/draw.c @@ -139,6 +139,7 @@ void pl_interior(int state, Point *ul, Point *size){ *size=subpt(*size, Pt(4*FWID+2*SPACE, 4*FWID+2*SPACE)); } } + void pl_drawicon(Image *b, Rectangle r, int stick, int flags, Icon *s){ Rectangle save; Point ul, offs; |