mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Reorder structs, alignment
This commit is contained in:
parent
85599b27a5
commit
1f7b338ce0
11
retroarch.h
11
retroarch.h
@ -1152,6 +1152,11 @@ typedef struct video_frame_info
|
||||
|
||||
struct
|
||||
{
|
||||
/* Drop shadow offset.
|
||||
* If both are 0, no drop shadow will be rendered. */
|
||||
int drop_x, drop_y;
|
||||
/* ABGR. Use the macros. */
|
||||
uint32_t color;
|
||||
float x;
|
||||
float y;
|
||||
float scale;
|
||||
@ -1159,12 +1164,6 @@ typedef struct video_frame_info
|
||||
float drop_mod;
|
||||
/* Drop shadow alpha */
|
||||
float drop_alpha;
|
||||
|
||||
/* Drop shadow offset.
|
||||
* If both are 0, no drop shadow will be rendered. */
|
||||
int drop_x, drop_y;
|
||||
/* ABGR. Use the macros. */
|
||||
uint32_t color;
|
||||
enum text_alignment text_align;
|
||||
bool full_screen;
|
||||
} osd_stat_params;
|
||||
|
Loading…
Reference in New Issue
Block a user