diff options
author | markt <markt> | 2006-07-30 20:37:12 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-30 20:37:12 (GMT) |
commit | e66c3dd866bb1f7108b8dcecdc7c4dda37e95ee3 (patch) | |
tree | cdeae6e0e971aa6c78270387543cb5a9a7b2d291 /src/IconbarTool.hh | |
parent | 05faf53236c3d2be113b6b17cf453a924aec335d (diff) | |
download | fluxbox_pavel-e66c3dd866bb1f7108b8dcecdc7c4dda37e95ee3.zip fluxbox_pavel-e66c3dd866bb1f7108b8dcecdc7c4dda37e95ee3.tar.bz2 |
list windows in iconbar in creation order
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index e39a39b..feae16a 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -120,13 +120,9 @@ private: | |||
120 | /// add a single window | 120 | /// add a single window |
121 | void addWindow(FluxboxWindow &win); | 121 | void addWindow(FluxboxWindow &win); |
122 | /// add icons to the list | 122 | /// add icons to the list |
123 | void updateIcons(); | 123 | void updateList(); |
124 | /// add normal windows to the list | 124 | /// check if window is already in the list |
125 | void updateWorkspace(); | 125 | bool checkDuplicate(FluxboxWindow &win); |
126 | /// add all windows to the list | ||
127 | void updateAllWindows(); | ||
128 | /// add a list of windows | ||
129 | void addList(std::list<FluxboxWindow *> &winlist); | ||
130 | /// so we can update current window without flicker | 126 | /// so we can update current window without flicker |
131 | void timedRender(); | 127 | void timedRender(); |
132 | 128 | ||