Removed call to glutDestroyWindow and removed linking with Xmu library.
[crack-attack.git] / ChangeLog
blob92526efa08ae4e8e45fa1ce6bfdf5760a29d0ffb
1 2006-08-12  Bjørn Lindeijer  <bjorn@lindeijer.nl>
3         * NEWS: Moved contents of ChangeLog here.
4         * src/Displayer.cxx: Removed call to glutDestroyWindow, as the window
5         is already being cleaned up automatically once the program exists.
6         * src/Makefile.am, src/gtk-gui/Makefile.am: Removed linking with the
7         Xmu library, since we don't seem to use it anywhere.