This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Minor documentation fix
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
include/SDL_surface.h
|
@@ -219,7 +219,7 @@ extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface, |
|
|
Uint32 flag, Uint32 key); |
|
|
|
|
|
/** |
|
|
* \brief Sets the color key (transparent pixel) in a blittable surface. |
|
|
* \brief Gets the color key (transparent pixel) in a blittable surface. |
|
|
* |
|
|
* \param surface The surface to update |
|
|
* \param key A pointer filled in with the transparent pixel in the native |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.