<Someone>'s gem changes.

This commit is contained in:
jwalz
2002-03-20 03:45:07 +00:00
parent 545132999d
commit 931e38a6d7
4 changed files with 965 additions and 263 deletions

View File

@@ -1156,6 +1156,11 @@ int color;
if (windowprocs.name != NULL &&
!strcmpi(windowprocs.name, "X11")) return TRUE;
#endif
#ifdef GEM_GRAPHICS
/* XXX has_color() should be added to windowprocs */
if (windowprocs.name != NULL &&
!strcmpi(windowprocs.name, "Gem")) return TRUE;
#endif
#ifdef AMII_GRAPHICS
/* hilites[] not used */
return iflags.use_color;