author | Sam Lantinga <slouken@libsdl.org> |
Mon, 09 Feb 2009 06:42:38 +0000 | |
changeset 3061 | 94dd49f6b005 |
parent 3060 | 4cf533f434d8 |
child 3062 | e2bb8ab7b43f |
test/testnative.h | file | annotate | diff | comparison | revisions |
--- a/test/testnative.h Mon Feb 09 06:41:49 2009 +0000 +++ b/test/testnative.h Mon Feb 09 06:42:38 2009 +0000 @@ -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