@@ -240,7 +240,7 @@ close_window() {
////////////////////////////////////////////////////////////////////
INLINE bool GraphicsWindow::
is_closed() const {
-
+
return (_gsg == (GraphicsStateGuardian *)NULL);
}