diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Ewmh.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh index 52e91f7..d89f15b 100644 --- a/src/Ewmh.hh +++ b/src/Ewmh.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Ewmh.hh,v 1.16 2004/01/21 09:37:04 fluxgen Exp $ | 22 | // $Id: Ewmh.hh,v 1.17 2004/01/21 15:42:35 fluxgen Exp $ |
23 | 23 | ||
24 | #include "AtomHandler.hh" | 24 | #include "AtomHandler.hh" |
25 | 25 | ||
@@ -36,7 +36,7 @@ public: | |||
36 | void initForScreen(BScreen &screen); | 36 | void initForScreen(BScreen &screen); |
37 | void setupFrame(FluxboxWindow &win); | 37 | void setupFrame(FluxboxWindow &win); |
38 | void setupClient(WinClient &winclient); | 38 | void setupClient(WinClient &winclient); |
39 | 39 | ||
40 | void updateFocusedWindow(BScreen &screen, Window win); | 40 | void updateFocusedWindow(BScreen &screen, Window win); |
41 | void updateClientList(BScreen &screen); | 41 | void updateClientList(BScreen &screen); |
42 | void updateWorkspaceNames(BScreen &screen); | 42 | void updateWorkspaceNames(BScreen &screen); |
@@ -76,6 +76,7 @@ private: | |||
76 | void toggleState(FluxboxWindow &win, Atom state); | 76 | void toggleState(FluxboxWindow &win, Atom state); |
77 | void createAtoms(); | 77 | void createAtoms(); |
78 | void updateStrut(WinClient &winclient); | 78 | void updateStrut(WinClient &winclient); |
79 | void setupState(FluxboxWindow &win); | ||
79 | 80 | ||
80 | // root window properties | 81 | // root window properties |
81 | Atom m_net_supported, m_net_client_list, m_net_client_list_stacking, | 82 | Atom m_net_supported, m_net_client_list, m_net_client_list_stacking, |