Index: myglut-win32.c
===================================================================
--- myglut-win32.c	(revision 174)
+++ myglut-win32.c	(revision 175)
@@ -258,8 +258,10 @@
   glClear ( GL_COLOR_BUFFER_BIT ) ;
   glutSwapBuffers () ;
   
-  if (glutReshapeFuncCB)
-      glutReshapeFuncCB(w, h);
+//  if (glutReshapeFuncCB)
+//      glutReshapeFuncCB(w, h);
+  raydium_log("Found %ix%i with %i bits color buffer and %i bits zbuffer",w,h,pfd.cColorBits,pfd.cDepthBits);
+
 }