Honour more WINCAP flags.

This commit is contained in:
warwick
2002-07-29 05:19:49 +00:00
parent 0b7c39a331
commit fb4f19662b
4 changed files with 36 additions and 10 deletions

View File

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