[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
void pascal WinUseMonoMap(int bUseit)
This function tells MEWEL whether or not you want to use the mono
map to translate color attributes to mono attributes. The passed
parameter, bUseit, should be non-zero if you want to use the mono
mapping, and zero if you do not want to map. By default, when MEWEL
starts up, mono mapping is disabled.
PARAMETERS
bUseit is TRUE if mono mapping should be used, FALSE if not.
RETURNS
Nothing.
EXAMPLE
/* Enable mono maping if we are running on a mono system */
if (VidGetMode() == 7)
WinUseMonoMap(TRUE);
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson