Mercurial > sdl-ios-xcode
changeset 3061:94dd49f6b005
More of the same
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 09 Feb 2009 06:42:38 +0000 |
parents | 4cf533f434d8 |
children | e2bb8ab7b43f |
files | test/testnative.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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