X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_window_egl.c;fp=src%2Fegl%2Ffg_window_egl.c;h=ad0ee22623aa5d1740490f24c308b178f7c01e0d;hb=9b7c55d99ce313cabd74e96b1a99b368830c8edb;hp=48e330ca3fdceb06c336dd0d10d8319f2acdb53f;hpb=e03ed4c92640c0252e4bf50dbbfea07bcb75989a;p=freeglut diff --git a/src/egl/fg_window_egl.c b/src/egl/fg_window_egl.c index 48e330c..ad0ee22 100644 --- a/src/egl/fg_window_egl.c +++ b/src/egl/fg_window_egl.c @@ -50,7 +50,7 @@ int fghChooseConfigEGL(EGLConfig* config) { EGLint num_config; if (!eglChooseConfig(fgDisplay.pDisplay.egl.Display, attribs, config, 1, &num_config)) { - fgWarn("eglChooseConfig: error %x\n", eglGetError()); + fgWarning("eglChooseConfig: error %x\n", eglGetError()); return 0; }