X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_window_egl.c;h=48eb74856ba2ccf1c9d63e7ba093b1e44ecd07d5;hb=17ea48c4626b0b2846df89b44b51b14db6371e41;hp=e6b6a00285cc2f7c284feb5c93f5374bd3a79a1a;hpb=7aa457069fed730005ace942780a49eb13551610;p=freeglut diff --git a/src/egl/fg_window_egl.c b/src/egl/fg_window_egl.c index e6b6a00..48eb748 100644 --- a/src/egl/fg_window_egl.c +++ b/src/egl/fg_window_egl.c @@ -116,9 +116,9 @@ void fghPlatformOpenWindowEGL( SFG_Window* window ) fgPlatformSetWindow(window); - //EGLint w, h; - //eglQuerySurface(display, surface, EGL_WIDTH, &w); - //eglQuerySurface(display, surface, EGL_HEIGHT, &h); + /* EGLint w, h; */ + /* eglQuerySurface(display, surface, EGL_WIDTH, &w); */ + /* eglQuerySurface(display, surface, EGL_HEIGHT, &h); */ }