Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
More of the same
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 9, 2009
1 parent 58718a7 commit 2df0f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testnative.h
Expand Up @@ -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
Expand Down

0 comments on commit 2df0f55

Please sign in to comment.