os2: make testnative working -- imported from bitwiseworks' fork:

https://github.com/bitwiseworks/SDL2-os2/commit/e2abc76b24c795051d0092cbd425544e73a0713e
This commit is contained in:
Ozkan Sezer
2020-10-14 23:01:02 +03:00
parent 1b99d805db
commit 4551c63372
+1 -1
View File
@@ -20,7 +20,7 @@ static void *CreateWindowNative(int w, int h);
static void DestroyWindowNative(void *window);
NativeWindowFactory OS2WindowFactory = {
"OS/2",
"DIVE",
CreateWindowNative,
DestroyWindowNative
};