mirror of
https://github.com/yawut/SDL.git
synced 2026-08-10 19:15:51 -05:00
More of the same
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user