aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-06-18 21:23:24 (GMT)
committerfluxgen <fluxgen>2006-06-18 21:23:24 (GMT)
commit85f45be7271252d86d583411780a4b139ee1aa75 (patch)
treeb6037c72a27dadea3b971a6886f98f364b11dff2 /src/fluxbox.hh
parent7d5f6e382b7f06913c421db4357e13841e1a9632 (diff)
downloadfluxbox-85f45be7271252d86d583411780a4b139ee1aa75.zip
fluxbox-85f45be7271252d86d583411780a4b139ee1aa75.tar.bz2
added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS
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);