summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/libpanel/draw.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-09-23 20:14:47 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-09-23 20:14:47 +0200
commit948d0a1180a57f61285abd4a59c7351b6197d3d5 (patch)
tree338b8581ca00c49a58f3c31dc1522fc9f538692a /sys/src/cmd/mothra/libpanel/draw.c
parentf68d096fb77889f8cf74ecc383632b105c3da21d (diff)
mothra: snarf and paste
Diffstat (limited to 'sys/src/cmd/mothra/libpanel/draw.c')
-rw-r--r--sys/src/cmd/mothra/libpanel/draw.c1
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;