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