Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: glwin.c Log Message: No __func__. =================================================================== RCS file: /cvs/e/e16/e/src/glwin.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- glwin.c 21 Jan 2008 20:42:32 -0000 1.6 +++ glwin.c 28 Jan 2008 21:09:39 -0000 1.7 @@ -139,7 +139,7 @@ static void SceneResize(unsigned int width, unsigned int height) { - Dprintf("%s\n", __func__); + Dprintf("SceneResize\n"); glViewport(0, 0, width, height); glMatrixMode(GL_PROJECTION); @@ -228,10 +228,6 @@ t = 4.0f; w2 = round(w / 2.f); h2 = round(h / 2.f); - -#if 0 - Eprintf("%s: x,y=%.2f,%.2f wxh=%.2fx%.2f\n", __func__, x, y, w2, h2); -#endif glBegin(GL_QUADS); #if 1 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs