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
fdbac7e0
Commit
fdbac7e0
authored
Sep 30, 2010
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation clarification
parent
3189c43f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
SDL_syswm.h
include/SDL_syswm.h
+6
-6
No files found.
include/SDL_syswm.h
View file @
fdbac7e0
...
@@ -151,14 +151,14 @@ struct SDL_SysWMinfo
...
@@ -151,14 +151,14 @@ struct SDL_SysWMinfo
#if defined(SDL_VIDEO_DRIVER_WIN32)
#if defined(SDL_VIDEO_DRIVER_WIN32)
struct
struct
{
{
HWND
window
;
/**< The
Win32 display window
*/
HWND
window
;
/**< The
window handle
*/
}
win
;
}
win
;
#endif
#endif
#if defined(SDL_VIDEO_DRIVER_X11)
#if defined(SDL_VIDEO_DRIVER_X11)
struct
struct
{
{
Display
*
display
;
/**< The X11 display */
Display
*
display
;
/**< The X11 display */
Window
window
;
/**< The X11
display
window */
Window
window
;
/**< The X11 window */
}
x11
;
}
x11
;
#endif
#endif
#if defined(SDL_VIDEO_DRIVER_DIRECTFB)
#if defined(SDL_VIDEO_DRIVER_DIRECTFB)
...
@@ -172,7 +172,7 @@ struct SDL_SysWMinfo
...
@@ -172,7 +172,7 @@ struct SDL_SysWMinfo
#if defined(SDL_VIDEO_DRIVER_COCOA)
#if defined(SDL_VIDEO_DRIVER_COCOA)
struct
struct
{
{
NSWindow
*
window
;
NSWindow
*
window
;
/* The Cocoa window */
}
cocoa
;
}
cocoa
;
#endif
#endif
}
/*info*/
;
}
/*info*/
;
...
...
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