mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Get rid of unintentional typedef redefinition (C11 feature)
This commit is contained in:
parent
d0a697ebf0
commit
2fdd4444ff
@ -406,7 +406,7 @@ typedef struct
|
||||
} scratchpad;
|
||||
} menu_handle_t;
|
||||
|
||||
typedef struct menu_display_ctx_draw
|
||||
struct menu_display_ctx_draw
|
||||
{
|
||||
float x;
|
||||
float y;
|
||||
@ -429,7 +429,7 @@ typedef struct menu_display_ctx_draw
|
||||
} pipeline;
|
||||
float rotation;
|
||||
float scale_factor;
|
||||
} menu_display_ctx_draw_t;
|
||||
};
|
||||
|
||||
typedef struct menu_display_ctx_rotate_draw
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user