summaryrefslogtreecommitdiff
path: root/driver/keyboard.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-15 23:06:47 +0200
committerMiguel <m.i@gmx.at>2018-10-15 23:06:47 +0200
commit39f271589fb9db3d6a383857817b13a9bb59d981 (patch)
tree0664d03268e49fa1028b144e7b596510bdb65906 /driver/keyboard.c
parentcf43e3a1205c133505371fb5fd5b2db6b711e195 (diff)
ported zlib and libpng and improved compositor to handle 32 AND 24 bit depth
Diffstat (limited to 'driver/keyboard.c')
-rw-r--r--driver/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/keyboard.c b/driver/keyboard.c
index da8fe54..2141622 100644
--- a/driver/keyboard.c
+++ b/driver/keyboard.c
@@ -26,6 +26,7 @@ int hex_to_dec(char c)
return c+10-'a';
}
+// TODO: dynamic
static void put(uint8_t c)
{
compositor_kb_handle(c);