mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
indent
This commit is contained in:
@@ -597,7 +597,8 @@ extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_WindowID windowID);
|
||||
*
|
||||
* \param icon The icon for the window
|
||||
*/
|
||||
extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_WindowID windowID, SDL_Surface * icon);
|
||||
extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_WindowID windowID,
|
||||
SDL_Surface * icon);
|
||||
|
||||
/**
|
||||
* \fn void SDL_SetWindowData(SDL_WindowID windowID, void *userdata)
|
||||
|
||||
Reference in New Issue
Block a user