Amiga: promote AMIGA_INTUITION to supported so it shows up in version info
This commit is contained in:
+4
-3
@@ -142,6 +142,10 @@ static struct win_information window_opts[] = {
|
|||||||
#ifdef SHIM_GRAPHICS
|
#ifdef SHIM_GRAPHICS
|
||||||
{ "shim", "NetHack Library Windowing Shim", TRUE },
|
{ "shim", "NetHack Library Windowing Shim", TRUE },
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef AMIGA_INTUITION
|
||||||
|
{ "amii", "Amiga Intuition (text)", TRUE },
|
||||||
|
{ "amiv", "Amiga Intuition (tiles)", TRUE },
|
||||||
|
#endif
|
||||||
|
|
||||||
#if 0 /* remainder have been retired */
|
#if 0 /* remainder have been retired */
|
||||||
#ifdef GNOME_GRAPHICS /* unmaintained/defunct */
|
#ifdef GNOME_GRAPHICS /* unmaintained/defunct */
|
||||||
@@ -150,9 +154,6 @@ static struct win_information window_opts[] = {
|
|||||||
#ifdef MACOS9 /* defunct OS 9 interface */
|
#ifdef MACOS9 /* defunct OS 9 interface */
|
||||||
{ "mac", "Mac", TRUE },
|
{ "mac", "Mac", TRUE },
|
||||||
#endif
|
#endif
|
||||||
#ifdef AMIGA_INTUITION /* unmaintained/defunct */
|
|
||||||
{ "amii", "Amiga Intuition", TRUE },
|
|
||||||
#endif
|
|
||||||
#ifdef GEM_GRAPHICS /* defunct Atari interface */
|
#ifdef GEM_GRAPHICS /* defunct Atari interface */
|
||||||
{ "Gem", "Gem", TRUE },
|
{ "Gem", "Gem", TRUE },
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user