X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_init_egl.c;fp=src%2Fegl%2Ffg_init_egl.c;h=361c73ce0b7bcd7aa4f70cf46b2a0e5530f441ee;hb=cb1e59cf5e6ac8034ae91abfd320874004a44c88;hp=54b510eeee217f335b04199c315713188652b51f;hpb=323957de8fd714ca523b8ff45dbb711da09d6693;p=freeglut diff --git a/src/egl/fg_init_egl.c b/src/egl/fg_init_egl.c index 54b510e..361c73c 100644 --- a/src/egl/fg_init_egl.c +++ b/src/egl/fg_init_egl.c @@ -1,5 +1,5 @@ /* - * freeglut_init_egl.c + * fg_init_egl.c * * Various freeglut initialization functions. * @@ -48,10 +48,10 @@ void fghPlatformInitializeEGL() eglBindAPI(EGL_OPENGL_ES_API); # endif - // fgDisplay.ScreenWidth = ...; - // fgDisplay.ScreenHeight = ...; - // fgDisplay.ScreenWidthMM = ...; - // fgDisplay.ScreenHeightMM = ...; + /* fgDisplay.ScreenWidth = ...; */ + /* fgDisplay.ScreenHeight = ...; */ + /* fgDisplay.ScreenWidthMM = ...; */ + /* fgDisplay.ScreenHeightMM = ...; */ } void fghPlatformCloseDisplayEGL()