From 691a8dd7d21f21caff345be351df8ac7e519fd60 Mon Sep 17 00:00:00 2001 From: Ingo Paschke Date: Mon, 4 May 2026 12:37:34 +0200 Subject: [PATCH] Amiga: promote AMIGA_INTUITION to supported so it shows up in version info --- src/mdlib.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mdlib.c b/src/mdlib.c index 9096f6ee3..6683a28f5 100644 --- a/src/mdlib.c +++ b/src/mdlib.c @@ -142,6 +142,10 @@ static struct win_information window_opts[] = { #ifdef SHIM_GRAPHICS { "shim", "NetHack Library Windowing Shim", TRUE }, #endif +#ifdef AMIGA_INTUITION + { "amii", "Amiga Intuition (text)", TRUE }, + { "amiv", "Amiga Intuition (tiles)", TRUE }, +#endif #if 0 /* remainder have been retired */ #ifdef GNOME_GRAPHICS /* unmaintained/defunct */ @@ -150,9 +154,6 @@ static struct win_information window_opts[] = { #ifdef MACOS9 /* defunct OS 9 interface */ { "mac", "Mac", TRUE }, #endif -#ifdef AMIGA_INTUITION /* unmaintained/defunct */ - { "amii", "Amiga Intuition", TRUE }, -#endif #ifdef GEM_GRAPHICS /* defunct Atari interface */ { "Gem", "Gem", TRUE }, #endif