From 457341fd01e3796f908dd1c428bf1b23eabee704 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 5 Apr 2007 11:39:21 +1000 Subject: Use compressed cursor Twin can support compressed cursors, so save a little space here. Signed-off-by: Jeremy Kerr --- petitboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'petitboot.c') diff --git a/petitboot.c b/petitboot.c index b76a718..ea7dc57 100644 --- a/petitboot.c +++ b/petitboot.c @@ -1082,7 +1082,7 @@ int main(int argc, char **argv) twin_linux_mouse_create(NULL, pboot_screen); if (pboot_fbdev != NULL) { - char *cursor_path = artwork_pathname("cursor"); + char *cursor_path = artwork_pathname("cursor.gz"); pboot_cursor = twin_load_X_cursor(cursor_path, 2, &pboot_cursor_hx, &pboot_cursor_hy); -- cgit v1.2.1