X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_window.c;h=3815716bb87c2e7289d3fdba2754e8e6a68d766c;hb=ba21dbc1eca4d994466497da8a309ce1300e775f;hp=dc5f5d7009958acd3124efb4c6aa591eba1ef8e4;hpb=0fd65e65061141e7317caba38801580374f09d0b;p=freeglut diff --git a/src/freeglut_window.c b/src/freeglut_window.c index dc5f5d7..3815716 100644 --- a/src/freeglut_window.c +++ b/src/freeglut_window.c @@ -302,7 +302,7 @@ void fgOpenWindow( SFG_Window* window, const char* title, } FREEGLUT_INTERNAL_ERROR_EXIT( window->Window.VisualInfo != NULL, - "Unable to get window visual info", "fgOpenWindow" ); + "Visual with necessary capabilities not found", "fgOpenWindow" ); /* * XXX HINT: the masks should be updated when adding/removing callbacks.