X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_internal_egl.h;h=efe014724d914097398d15a4085e8f6937dec822;hb=af47c3f93c7834b4006c49ec9df6a6ffdd3025de;hp=3a0ade91d083f5cc3aef1778bea8a6a5d0a09f91;hpb=cdeae7881c68d9501ed28e7b839b31771a09d22d;p=freeglut diff --git a/src/egl/fg_internal_egl.h b/src/egl/fg_internal_egl.h index 3a0ade9..efe0147 100644 --- a/src/egl/fg_internal_egl.h +++ b/src/egl/fg_internal_egl.h @@ -1,5 +1,5 @@ /* - * freeglut_internal_android.h + * fg_internal_android.h * * The freeglut library private include file. * @@ -29,12 +29,14 @@ #include /* -- GLOBAL TYPE DEFINITIONS ---------------------------------------------- */ -/* The structure used by display initialization in freeglut_init.c */ +/* The structure used by display initialization in fg_init.c */ struct tagSFG_Window; struct tagSFG_PlatformDisplayEGL { /* Used to initialize and deinitialize EGL */ EGLDisplay Display; + EGLint MajorVersion; + EGLint MinorVersion; };