aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-05-03 09:28:05 (GMT)
committerfluxgen <fluxgen>2005-05-03 09:28:05 (GMT)
commit1bf17f9c322c1aed9f9f4e317ec52459d73b9636 (patch)
tree68f86eb4f478fef7f87bb68e0ade6d8f22fed53f /src/Window.hh
parentbc3b377efb10dc4a3a084189657017fd0c9f23b6 (diff)
downloadfluxbox_pavel-1bf17f9c322c1aed9f9f4e317ec52459d73b9636.zip
fluxbox_pavel-1bf17f9c322c1aed9f9f4e317ec52459d73b9636.tar.bz2
using associateClient to create new tab and map it to labelbuttons
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 53b6041..ee53036 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -445,6 +445,8 @@ private:
445 Time time); 445 Time time);
446 static void ungrabPointer(Time time); 446 static void ungrabPointer(Time time);
447 447
448 void associateClient(WinClient &client);
449
448 // state and hint signals 450 // state and hint signals
449 WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig, m_focussig, m_titlesig; 451 WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig, m_focussig, m_titlesig;
450 452