mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:14:58 +00:00 
			
		
		
		
	Added missing links at documentation of SDL_FreeCursor() in header file.
This commit is contained in:
		
							parent
							
								
									b15efce277
								
							
						
					
					
						commit
						b1ce3799e9
					
				| 
						 | 
				
			
			@ -254,9 +254,11 @@ extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);
 | 
			
		|||
extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetDefaultCursor(void);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 *  \brief Frees a cursor created with SDL_CreateCursor().
 | 
			
		||||
 *  \brief Frees a cursor created with SDL_CreateCursor() or similar functions.
 | 
			
		||||
 *
 | 
			
		||||
 *  \sa SDL_CreateCursor()
 | 
			
		||||
 *  \sa SDL_CreateColorCursor()
 | 
			
		||||
 *  \sa SDL_CreateSystemCursor()
 | 
			
		||||
 */
 | 
			
		||||
extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue