Determine if -nodisplay mode is enabled
bool mclIsNoDisplaySet()
Use mclIsNoDisplaySet() to determine if -nodisplay mode
is enabled. Returns true if -nodisplay is
enabled, else returns false.
Always returns false on Windows® systems
since the -nodisplay option is not supported on Windows systems.
printf("nodisplay set : %d\n",mclIsNoDisplaySet());