mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
zrmenu_set_style - C89 fix
This commit is contained in:
parent
7de6a0f005
commit
b7ef5271ea
@ -158,10 +158,11 @@ static void zr_labelf(struct zr_context *ctx,
|
||||
|
||||
static void zrmenu_set_style(struct zr_context *ctx, enum zr_theme theme)
|
||||
{
|
||||
for (int i = 0; i < ZR_ROUNDING_MAX; ++i)
|
||||
{
|
||||
unsigned i;
|
||||
|
||||
for (i = 0; i < ZR_ROUNDING_MAX; ++i)
|
||||
(&gui.ctx)->style.rounding[i] = 0;
|
||||
}
|
||||
|
||||
switch (theme)
|
||||
{
|
||||
case THEME_LIGHT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user