Commit 4551c633727a50f0d5b0a082f1498833faadb2a8

Ozkan Sezer 2020-10-14T23:01:02

os2: make testnative working -- imported from bitwiseworks' fork: https://github.com/bitwiseworks/SDL2-os2/commit/e2abc76b24c795051d0092cbd425544e73a0713e

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/testnativeos2.c b/test/testnativeos2.c
index 29b4916..e7bb6e5 100644
--- a/test/testnativeos2.c
+++ b/test/testnativeos2.c
@@ -20,7 +20,7 @@ static void *CreateWindowNative(int w, int h);
 static void DestroyWindowNative(void *window);
 
 NativeWindowFactory OS2WindowFactory = {
-  "OS/2",
+  "DIVE",
   CreateWindowNative,
   DestroyWindowNative
 };