aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index c3936c7..206fcd4 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -182,6 +182,8 @@ public:
182 * @param old_screen the old screen if any, can be the same as new screen 182 * @param old_screen the old screen if any, can be the same as new screen
183 */ 183 */
184 void updateFocusedWindow(BScreen *screen, BScreen *old_screen); 184 void updateFocusedWindow(BScreen *screen, BScreen *old_screen);
185 /// todo, remove this. just temporary
186 void updateFrameExtents(FluxboxWindow &win);
185 187
186 void attachSignals(FluxboxWindow &win); 188 void attachSignals(FluxboxWindow &win);
187 void attachSignals(WinClient &winclient); 189 void attachSignals(WinClient &winclient);