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
.
Note:
Always returns |
printf("nodisplay set : %d\n",mclIsNoDisplaySet());