mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-28 17:41:38 +00:00
Remove more reserved identifiers (#6925)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define MAX_CURSOR_W 512
|
||||
#define MAX_CURSOR_H 512
|
||||
|
||||
typedef struct _KMSDRM_CursorData
|
||||
typedef struct KMSDRM_CursorData
|
||||
{
|
||||
int hot_x, hot_y;
|
||||
int w, h;
|
||||
|
||||
Reference in New Issue
Block a user