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