From 4551c633727a50f0d5b0a082f1498833faadb2a8 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 14 Oct 2020 23:01:02 +0300 Subject: [PATCH] os2: make testnative working -- imported from bitwiseworks' fork: https://github.com/bitwiseworks/SDL2-os2/commit/e2abc76b24c795051d0092cbd425544e73a0713e --- test/testnativeos2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testnativeos2.c b/test/testnativeos2.c index 29b491624..e7bb6e5a3 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 };