1
0
Эх сурвалжийг харах

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

https://github.com/bitwiseworks/SDL2-os2/commit/e2abc76b24c795051d0092cbd425544e73a0713e
Ozkan Sezer 5 жил өмнө
parent
commit
4551c63372
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      test/testnativeos2.c

+ 1 - 1
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
 };