mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 09:57:40 +00:00
Renamed n_mime_types to num_mime_types
This commit is contained in:
parent
a767952617
commit
b902b0527b
3 changed files with 6 additions and 5 deletions
|
@ -920,8 +920,8 @@ typedef struct SDL_ClipboardEvent
|
|||
SDL_EventType type; /**< SDL_EVENT_CLIPBOARD_UPDATE */
|
||||
Uint32 reserved;
|
||||
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
|
||||
bool owner; /**< are we owning the clipboard (internal update) */
|
||||
Sint32 n_mime_types; /**< number of mime types */
|
||||
bool owner; /**< are we owning the clipboard (internal update) */
|
||||
Sint32 num_mime_types; /**< number of mime types */
|
||||
const char **mime_types; /**< current mime types */
|
||||
} SDL_ClipboardEvent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue