# HG changeset patch # User Sam Lantinga # Date 1234161758 0 # Node ID 94dd49f6b00562e384ec828e6356264e2cb277e4 # Parent 4cf533f434d8d39fae9fe618eadc4995f1bf1feb More of the same diff -r 4cf533f434d8 -r 94dd49f6b005 test/testnative.h --- 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