From 5a3801386a85b124a5118a77b0f6788ab77c200d Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 22 Jan 2012 22:44:12 +0100 Subject: 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 --- tests/test_console.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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); -- cgit v1.2.3