aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
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