From c16251000549faae73c6584e7c7a77656db3d114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Thu, 9 Oct 2014 01:24:54 +0200 Subject: [PATCH] (XMB) Make functions static --- frontend/menu/disp/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/menu/disp/xmb.c b/frontend/menu/disp/xmb.c index ad30237c64..901205c40f 100644 --- a/frontend/menu/disp/xmb.c +++ b/frontend/menu/disp/xmb.c @@ -107,7 +107,7 @@ struct xmb_texture_item struct xmb_texture_item textures[TEXTURE_LAST]; -void xmb_draw_icon(GLuint texture, float x, float y, +static void xmb_draw_icon(GLuint texture, float x, float y, float alpha, float rotation, float scale) { if (alpha > xmb_alpha)