summaryrefslogtreecommitdiff
path: root/drw.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-04-12 22:56:56 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-04-12 22:56:56 +0200
commit87ef23296b1c83f5da762da6e3177fc9f41ae281 (patch)
treed0574ce72dfd2f81238d2dfd41f9dd1f31a0ee37 /drw.h
parentedb657eb96cd3431e438140e2bcc72b1646443dd (diff)
downloadsent-87ef23296b1c83f5da762da6e3177fc9f41ae281.tar.gz
sent-87ef23296b1c83f5da762da6e3177fc9f41ae281.tar.bz2
sent-87ef23296b1c83f5da762da6e3177fc9f41ae281.zip
drw: fixup drw_rect function
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drw.h b/drw.h
index ccd84d9..7bcebbd 100644
--- a/drw.h
+++ b/drw.h
@@ -57,7 +57,7 @@ void drw_setfont(Drw *drw, Fnt *font);
void drw_setscheme(Drw *drw, Scm *scm);
/* Drawing functions */
-void drw_rect(Drw *drw, int x, int y, unsigned int w, unsigned int h, int filled, int empty, int invert);
+void drw_rect(Drw *drw, int x, int y, unsigned int w, unsigned int h, int filled, int invert);
int drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, const char *text, int invert);
/* Map functions */
Software created with 💖