From dd2839686b0c105c6295b6ec973867a08a9b693c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 Jan 2017 21:37:13 +0100 Subject: [PATCH] (XMB) Fix OSK --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 0a46fced2e..3727494d28 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -712,7 +712,7 @@ static void xmb_render_keyboard(xmb_handle_t *xmb, { unsigned i; int ptr_width, ptr_height; - unsigned width = video_info->height; + unsigned width = video_info->width; unsigned height = video_info->height; float dark[16] = { 0.00, 0.00, 0.00, 0.85,