Commit 0462c601 authored by Sam Lantinga's avatar Sam Lantinga

More of the same

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403525
parent 1e44bc51
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
typedef struct typedef struct
{ {
const char *tag; const char *tag;
void *(*CreateWindow) (int w, int h); void *(*CreateNativeWindow) (int w, int h);
void (*DestroyWindow) (void *window); void (*DestroyNativeWindow) (void *window);
} NativeWindowFactory; } NativeWindowFactory;
#ifdef SDL_VIDEO_DRIVER_WIN32 #ifdef SDL_VIDEO_DRIVER_WIN32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment