Doxygen commenting is all finished up.
This commit is contained in:
parent
3389f25629
commit
6cc179de3d
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,11 @@ extern "C" {
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** \file SDL_shape.h
|
||||||
|
*
|
||||||
|
* Header file for shaped windows.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Create a shaped window with the specified position, dimensions, and flags.
|
* \brief Create a shaped window with the specified position, dimensions, and flags.
|
||||||
*
|
*
|
||||||
|
@ -99,7 +104,9 @@ typedef union {
|
||||||
|
|
||||||
/** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents. */
|
/** \brief A struct that tags the SDL_WindowShapeParams union with an enum describing the type of its contents. */
|
||||||
typedef struct SDL_WindowShapeMode {
|
typedef struct SDL_WindowShapeMode {
|
||||||
|
/** \brief The mode of these window-shape parameters. */
|
||||||
WindowShapeMode mode;
|
WindowShapeMode mode;
|
||||||
|
/** \brief Window-shape parameters. */
|
||||||
SDL_WindowShapeParams parameters;
|
SDL_WindowShapeParams parameters;
|
||||||
} SDL_WindowShapeMode;
|
} SDL_WindowShapeMode;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue