Ignore:
Timestamp:
May 20, 2000, 3:48:23 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/glut_term.c

    r3083 r3579  
    1 /* $Id: glut_term.c,v 1.4 2000-03-11 15:07:45 sandervl Exp $ */
     1/* $Id: glut_term.c,v 1.5 2000-05-20 13:48:23 jeroen Exp $ */
    22/*
    33 * GLUT Termination - on exit cleanup any open windows
     
    88#include "glu.h"
    99#include "glutint.h"
    10 #ifdef __WIN32OS2__
    11 #include <misc.h>
    12 #endif
    1310
    1411void CDECL Glut32Terminate(void)
     
    1714
    1815      /* Our app has ended - close all the open windows! */
    19       dprintf(("GLUT internal cleanup - numwins %d\n",__glutWindowListSize));
    20 
    2116      for (i = 0; i < __glutWindowListSize; i++) {
    2217        if (__glutWindowList[i])
    2318          {
    24             dprintf(("GLUT32 internal cleanup: dtr %d\n",i));
    2519            glutDestroyWindow(i+1);
    26             dprintf(("GLUT32 internal cleanup: dtr %d com\n",i));
    2720          }
    2821      }
Note: See TracChangeset for help on using the changeset viewer.