mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 00:18:28 +00:00
Remove reserved underscore SDL_joystick
This commit is contained in:
@@ -67,7 +67,7 @@ typedef struct SDL_JoystickSensorInfo
|
||||
|
||||
#define _guarded SDL_GUARDED_BY(SDL_joystick_lock)
|
||||
|
||||
struct _SDL_Joystick
|
||||
struct SDL_Joystick
|
||||
{
|
||||
const void *magic _guarded;
|
||||
|
||||
@@ -119,7 +119,7 @@ struct _SDL_Joystick
|
||||
|
||||
int ref_count _guarded; /* Reference count for multiple opens */
|
||||
|
||||
struct _SDL_Joystick *next _guarded; /* pointer to next joystick we have allocated */
|
||||
struct SDL_Joystick *next _guarded; /* pointer to next joystick we have allocated */
|
||||
};
|
||||
|
||||
#undef _guarded
|
||||
|
Reference in New Issue
Block a user