summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rio/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-10-30 23:18:53 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2012-10-30 23:18:53 +0100
commit30d54cc055d1a71edbace68ac29acd048648a259 (patch)
treebd1dda0999d6aa3b0210e10f93d2fad1bc64e10b /sys/src/cmd/rio/dat.h
parent559d2fc8359bb9f2c6517861f084b70fe51fc573 (diff)
rio: fix topping a hidden window does not activate the foreground font color
Diffstat (limited to 'sys/src/cmd/rio/dat.h')
-rw-r--r--sys/src/cmd/rio/dat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/rio/dat.h b/sys/src/cmd/rio/dat.h
index 690bd4168..1f12eef48 100644
--- a/sys/src/cmd/rio/dat.h
+++ b/sys/src/cmd/rio/dat.h
@@ -222,7 +222,7 @@ void wsetselect(Window*, uint, uint);
void wshow(Window*, uint);
void wsnarf(Window*);
void wscrsleep(Window*, uint);
-void wsetcols(Window*);
+void wsetcols(Window*, int);
struct Dirtab
{