More of the same

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403525
This commit is contained in:
Sam Lantinga 2009-02-09 06:42:38 +00:00
parent 1e44bc512b
commit 0462c601c9

View file

@ -11,8 +11,8 @@
typedef struct
{
const char *tag;
void *(*CreateWindow) (int w, int h);
void (*DestroyWindow) (void *window);
void *(*CreateNativeWindow) (int w, int h);
void (*DestroyNativeWindow) (void *window);
} NativeWindowFactory;
#ifdef SDL_VIDEO_DRIVER_WIN32