mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 09:21:40 -05:00
More of the same
This commit is contained in:
parent
5dcf7511db
commit
33ba78ff59
|
|
@ -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…
Reference in New Issue
Block a user