diff --git a/freeglut/freeglut/src/freeglut_init.c b/freeglut/freeglut/src/freeglut_init.c index c96ca10..7cccc35 100644 --- a/freeglut/freeglut/src/freeglut_init.c +++ b/freeglut/freeglut/src/freeglut_init.c @@ -377,7 +377,8 @@ static void fghInitialize( const char* displayName ) } else fgWarning("fghInitialize: " - "CreateDC failed, Screen size info may be incorrect"); + "CreateDC failed, Screen size info may be incorrect\n" + "This is quite likely caused by a bad '-display' parameter"); } /* Set the timer granularity to 1 ms */