mirror of https://github.com/encounter/SDL.git
os2: make testnative working -- imported from bitwiseworks' fork:
e2abc76b24
This commit is contained in:
parent
1b99d805db
commit
4551c63372
|
@ -20,7 +20,7 @@ static void *CreateWindowNative(int w, int h);
|
|||
static void DestroyWindowNative(void *window);
|
||||
|
||||
NativeWindowFactory OS2WindowFactory = {
|
||||
"OS/2",
|
||||
"DIVE",
|
||||
CreateWindowNative,
|
||||
DestroyWindowNative
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue