From 3323d64f280cea84addc96d0018adaf93bb4e43b Mon Sep 17 00:00:00 2001 From: alberth Date: Tue, 22 Dec 2009 20:43:25 +0000 Subject: (svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. --- src/window_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window_gui.h') diff --git a/src/window_gui.h b/src/window_gui.h index d8d56c923..d36b704ad 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -540,7 +540,7 @@ public: /** Is window shaded currently? */ inline bool IsShaded() const { - return this->shade_select != NULL && this->shade_select->shown_plane == STACKED_SELECTION_ZERO_SIZE; + return this->shade_select != NULL && this->shade_select->shown_plane == SZSP_NONE; } void SetShaded(bool make_shaded); -- cgit v1.2.3-54-g00ecf