mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-19 11:18:27 +00:00
Fixed prototype definition
This commit is contained in:
parent
1528e7c3c9
commit
dda474504f
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ extern DECLSPEC int SDLCALL SDL_SetClipboardData(SDL_ClipboardDataCallback callb
|
||||||
*
|
*
|
||||||
* \sa SDL_SetClipboardData
|
* \sa SDL_SetClipboardData
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_ClearClipboardData();
|
extern DECLSPEC int SDLCALL SDL_ClearClipboardData(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the data from clipboard for a given mime type
|
* Get the data from clipboard for a given mime type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue