Initial work on X11 window code in.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401997
This commit is contained in:
parent
3ec5d40b87
commit
cc0b655042
13 changed files with 1243 additions and 33 deletions
|
@ -66,7 +66,7 @@ struct SDL_WindowData
|
|||
{
|
||||
SDL_WindowID windowID;
|
||||
NSWindow *window;
|
||||
BOOL created;
|
||||
SDL_bool created;
|
||||
Cocoa_WindowListener *listener;
|
||||
struct SDL_VideoData *videodata;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue