]> git.ozlabs.org Git - petitboot/blobdiff - petitboot.c
Use compressed cursor
[petitboot] / petitboot.c
index b76a7189518fd67b95cd6a096850e21cf8429957..ea7dc57619d1df9f540f6a8642182f3a621f5777 100644 (file)
@@ -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);