summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-09 00:44:35 +0000
committerDana Jansens <danakj@orodu.net>2002-08-09 00:44:35 +0000
commitbc3268b6f9f86e6aebe0d06ce174b2d603d09c1e (patch)
tree8e7de83d03f3b3501cdc8bc3baac43eb640e0b7f /src/Screen.hh
parent01096f867493aed2efc2694c986811404288c1f1 (diff)
handle toolbars and utility windows proper. also, no more crashes from kpager (i really hope :P), at least not the same way
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 71a012dd..4b454e02 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -120,7 +120,7 @@ private:
BlackboxWindowList iconList, windowList;
typedef std::vector<Window> WindowList;
- WindowList desktopWindowList, systrayWindowList;
+ WindowList specialWindowList, desktopWindowList, systrayWindowList;
Slit *slit;
Toolbar *toolbar;