diff options
author | Andreas Schiffler <aschiffler@ferzkopp.net> | 2011-10-29 23:43:59 -0700 |
---|---|---|
committer | Andreas Schiffler <aschiffler@ferzkopp.net> | 2011-10-29 23:43:59 -0700 |
commit | 6f8ae7d865cdaabcf473fbc24938a03b5c1f7c2c (patch) | |
tree | 4b3d1d30c55290f4e0ce8822beedf7e66f4b7330 /include | |
parent | 1e489a71e43d92356abbdf34c6fd9e347a523ab1 (diff) |
Update SDL_HasClipboardText functions to return value based on clipboard content; Fix memory leak in fallback SetClipboard implementation
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_clipboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_clipboard.h b/include/SDL_clipboard.h index fa2ee085..7c60d637 100644 --- a/include/SDL_clipboard.h +++ b/include/SDL_clipboard.h @@ -55,7 +55,7 @@ extern DECLSPEC int SDLCALL SDL_SetClipboardText(const char *text); extern DECLSPEC char * SDLCALL SDL_GetClipboardText(void); /** - * \brief Returns whether the clipboard has text + * \brief Returns a flag indicating whether the clipboard exists and contains a text string that it non-empty * * \sa SDL_GetClipboardText() */ |