Index: myglut-win32.c
===================================================================
--- myglut-win32.c	(revision 1116)
+++ myglut-win32.c	(revision 1117)
@@ -439,6 +439,7 @@
       size[1] = HIWORD(lParam) ;
       _glutWindowSize[0]=size[0];
       _glutWindowSize[1]=size[1];
+      _glutWindowInverseRatio=0;
       if (glutReshapeFuncCB)
             glutReshapeFuncCB(size[0], size[1]);
       break;