]> git.mxchange.org Git - flightgear.git/commitdiff
Show the mouse cursor again, just before exiting. This could prevent an X windows...
authorehofman <ehofman>
Sun, 15 Aug 2004 16:53:11 +0000 (16:53 +0000)
committerehofman <ehofman>
Sun, 15 Aug 2004 16:53:11 +0000 (16:53 +0000)
src/Main/main.cxx

index 57d58828a9422fa55d69684799d0ca6a17328c23..2fccf1ea3a541d0b36114f3fe6e9a3bfcf53fe49 100644 (file)
@@ -1507,6 +1507,7 @@ void fgReshape( int width, int height ) {
 // do some clean up on exit.  Specifically we want to call alutExit()
 // which happens in the sound manager destructor.
 void fgExitCleanup() {
+    fgSetMouseCursor(MOUSE_CURSOR_POINTER);
     delete globals;
 //    fgOSExit(0);
 }