aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-30 20:37:12 (GMT)
committermarkt <markt>2006-07-30 20:37:12 (GMT)
commite66c3dd866bb1f7108b8dcecdc7c4dda37e95ee3 (patch)
treecdeae6e0e971aa6c78270387543cb5a9a7b2d291 /src/IconbarTool.hh
parent05faf53236c3d2be113b6b17cf453a924aec335d (diff)
downloadfluxbox-e66c3dd866bb1f7108b8dcecdc7c4dda37e95ee3.zip
fluxbox-e66c3dd866bb1f7108b8dcecdc7c4dda37e95ee3.tar.bz2
list windows in iconbar in creation order
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh10
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