Amiga: promote AMIGA_INTUITION to supported so it shows up in version info

This commit is contained in:
Ingo Paschke
2026-05-04 12:37:34 +02:00
parent f1393bdf6c
commit 691a8dd7d2
+4 -3
View File
@@ -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