From e235554f61f7ecc01a021e85eee8780c5959a1f9 Mon Sep 17 00:00:00 2001 From: AdamSimpson Date: Mon, 30 Jun 2014 16:59:19 -0400 Subject: [PATCH] Making cursor on exit menu larger --- exit_menu_gl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exit_menu_gl.c b/exit_menu_gl.c index 5a87da0..9717135 100644 --- a/exit_menu_gl.c +++ b/exit_menu_gl.c @@ -76,8 +76,8 @@ void init_exit_menu(exit_menu_t *state, gl_t *gl_state) // Initialize cursor state->cursor_state = malloc(sizeof(cursor_t)); - int cursor_width = 30; - int cursor_height = 40; + int cursor_width = 120; + int cursor_height = 160; #ifdef RASPI init_cursor(state->cursor_state, gl_state, "SPH/images/cursor.png", cursor_width, cursor_height); #else