summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-01-22 22:44:12 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-01-22 22:44:12 +0100
commit5a3801386a85b124a5118a77b0f6788ab77c200d (patch)
tree996866e54965750af876f9dc580a57a7a6b9b614 /tests
parent0b320653d8278d39b725e4211c7af559faf2d80d (diff)
font: rewrite font backend
We now properly draw fonts with OpenGL. We now use FreeType2 instead of pango to avoid big dependencies. We also add a DejaVu font so we currently don't have to deal with font selection. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_console.c b/tests/test_console.c
index 536a50b..f150f96 100644
--- a/tests/test_console.c
+++ b/tests/test_console.c
@@ -118,7 +118,6 @@ static void map_outputs(struct console *con)
if (kmscon_compositor_is_asleep(con->comp))
return;
- kmscon_console_draw(con->con);
ctx = kmscon_compositor_get_context(con->comp);
iter = kmscon_compositor_get_outputs(con->comp);