Source
xxxxxxxxxx
--- BlockOut/GLApp/GLApp.cpp.orig 2013-09-27 13:29:33.000000000 +1000
+++ BlockOut/GLApp/GLApp.cpp 2013-09-27 13:30:22.000000000 +1000
m_screenHeight = height;
m_bWindowed = !bFullScreen;
- if( getenv("DISPLAY")==NULL ) {
- printf("Warning, DISPLAY not defined, it may not work.\n");
- }
-
//Initialize SDL
if( SDL_Init( SDL_INIT_EVERYTHING ) < 0 )
{