Simplified driver window creation code.

Implemented several Cocoa window functions

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402002
This commit is contained in:
Sam Lantinga 2006-07-29 21:51:00 +00:00
parent 7f0d36082f
commit c8d7322dc6
8 changed files with 127 additions and 175 deletions

View file

@ -148,7 +148,6 @@ struct SDL_SysWMinfo
{
SDL_version version;
HWND window; /* The Win32 display window */
HGLRC hglrc; /* The OpenGL context, if any */
};
#elif defined(SDL_VIDEO_DRIVER_RISCOS)