More of the same
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403525
This commit is contained in:
parent
1e44bc512b
commit
0462c601c9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue