mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
Reorder structs, alignment
This commit is contained in:
parent
63f02fb1e4
commit
acfb7d0a23
@ -284,8 +284,8 @@ typedef struct win32_common_state
|
|||||||
unsigned pos_width;
|
unsigned pos_width;
|
||||||
unsigned pos_height;
|
unsigned pos_height;
|
||||||
unsigned taskbar_message;
|
unsigned taskbar_message;
|
||||||
bool quit;
|
|
||||||
unsigned monitor_count;
|
unsigned monitor_count;
|
||||||
|
bool quit;
|
||||||
bool resized;
|
bool resized;
|
||||||
} win32_common_state_t;
|
} win32_common_state_t;
|
||||||
|
|
||||||
|
@ -36,11 +36,11 @@ typedef struct
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
bool mouse_grab;
|
|
||||||
winraw_keyboard_t keyboard;
|
winraw_keyboard_t keyboard;
|
||||||
HWND window;
|
HWND window;
|
||||||
winraw_mouse_t *mice;
|
winraw_mouse_t *mice;
|
||||||
const input_device_driver_t *joypad;
|
const input_device_driver_t *joypad;
|
||||||
|
bool mouse_grab;
|
||||||
} winraw_input_t;
|
} winraw_input_t;
|
||||||
|
|
||||||
/* TODO/FIXME - static globals */
|
/* TODO/FIXME - static globals */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user