Explorar el Código

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

https://github.com/bitwiseworks/SDL2-os2/commit/e2abc76b24c795051d0092cbd425544e73a0713e
Ozkan Sezer hace 5 años
padre
commit
4551c63372
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 };