From c25795a91051c3dbaee4e5d2d891f1a9c5ea2060 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 12 Apr 2002 13:02:12 +0000 Subject: typedef ScreenList --- src/fluxbox.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fluxbox.hh b/src/fluxbox.hh index c73429a..b3f1370 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.15 2002/04/09 12:09:03 cout Exp $ +// $Id: fluxbox.hh,v 1.16 2002/04/12 13:02:12 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH @@ -217,7 +217,8 @@ private: #endif // SLIT std::list menuTimestamps; - std::list screenList; + typedef std::list ScreenList; + ScreenList screenList; FluxboxWindow *focused_window, *masked_window; BTimer timer; -- cgit v0.11.2