Initial work on X11 window code in.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401997
This commit is contained in:
Sam Lantinga 2006-07-27 06:53:23 +00:00
parent 3ec5d40b87
commit cc0b655042
13 changed files with 1243 additions and 33 deletions

View file

@ -66,7 +66,7 @@ struct SDL_WindowData
{
SDL_WindowID windowID;
NSWindow *window;
BOOL created;
SDL_bool created;
Cocoa_WindowListener *listener;
struct SDL_VideoData *videodata;
};