Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
6cc179de
Commit
6cc179de
authored
Jun 10, 2010
by
Eli Gottlieb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxygen commenting is all finished up.
parent
3389f256
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
SDL_shape.h
include/SDL_shape.h
+7
-0
No files found.
include/SDL_shape.h
View file @
6cc179de
...
...
@@ -37,6 +37,11 @@ extern "C" {
/* *INDENT-ON* */
#endif
/** \file SDL_shape.h
*
* Header file for shaped windows.
*/
/**
* \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. */
typedef
struct
SDL_WindowShapeMode
{
/** \brief The mode of these window-shape parameters. */
WindowShapeMode
mode
;
/** \brief Window-shape parameters. */
SDL_WindowShapeParams
parameters
;
}
SDL_WindowShapeMode
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment