aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-11-12 21:59:43 (GMT)
committermarkt <markt>2007-11-12 21:59:43 (GMT)
commit5d7043320da1378e7dd3b10f7e425f3b47455b28 (patch)
tree305db18a58ab6768b78ab230074da576d09e372d /src/fluxbox.hh
parent807a1b557552e43dbdc169c1e7a3065a3f12aac7 (diff)
downloadfluxbox-5d7043320da1378e7dd3b10f7e425f3b47455b28.zip
fluxbox-5d7043320da1378e7dd3b10f7e425f3b47455b28.tar.bz2
allow arbitrary window patterns in iconbar
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 82ff76d..d5a48c6 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -162,12 +162,6 @@ public:
162 /// handle any system signal sent to the application 162 /// handle any system signal sent to the application
163 void handleSignal(int signum); 163 void handleSignal(int signum);
164 void update(FbTk::Subject *changed); 164 void update(FbTk::Subject *changed);
165 /**
166 * Sends update signal to atomhandlers,
167 * @param screen the new screen
168 * @param old_screen the old screen if any, can be the same as new screen
169 */
170 void updateFocusedWindow(BScreen *screen, BScreen *old_screen);
171 /// todo, remove this. just temporary 165 /// todo, remove this. just temporary
172 void updateFrameExtents(FluxboxWindow &win); 166 void updateFrameExtents(FluxboxWindow &win);
173 167