File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_HasPrimarySelectionText(void);
211
211
typedef const void * (SDLCALL * SDL_ClipboardDataCallback )(void * userdata , const char * mime_type , size_t * size );
212
212
213
213
/**
214
- * Callback function that will be called when the clipboard is cleared, or when new
215
- * data is set.
214
+ * Callback function that will be called when the clipboard is cleared, or
215
+ * when new data is set.
216
216
*
217
217
* \param userdata a pointer to the provided user data.
218
218
*
@@ -239,7 +239,8 @@ typedef void (SDLCALL *SDL_ClipboardCleanupCallback)(void *userdata);
239
239
* \param cleanup a function pointer to the function that cleans up the
240
240
* clipboard data.
241
241
* \param userdata an opaque pointer that will be forwarded to the callbacks.
242
- * \param mime_types a list of mime-types that are being offered. SDL copies the given list.
242
+ * \param mime_types a list of mime-types that are being offered. SDL copies
243
+ * the given list.
243
244
* \param num_mime_types the number of mime-types in the mime_types list.
244
245
* \returns true on success or false on failure; call SDL_GetError() for more
245
246
* information.
You can’t perform that action at this time.
0 commit comments