From 7121e7b468e133cda882c574bf1d6933c490ae94 Mon Sep 17 00:00:00 2001 From: Bert Date: Tue, 18 Jan 2011 16:40:37 +0100 Subject: Initialize imlib2 --- app.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.c') diff --git a/app.c b/app.c index d9ee033..e9ff727 100644 --- a/app.c +++ b/app.c @@ -35,6 +35,8 @@ void app_init(app_t *app) { app->win.h = WIN_HEIGHT; win_open(&app->win); + + imlib_init(&app->win); } void app_run(app_t *app) { -- cgit v1.2.3-54-g00ecf