aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-21 15:42:35 (GMT)
committerfluxgen <fluxgen>2004-01-21 15:42:35 (GMT)
commit66227979f212e0e81190a4ead9e9a9572f383f35 (patch)
tree3abb054da20dc60eb0f51bbc1eb59086b9639c7e /src/Ewmh.hh
parent68627c24084b1fb84ad33f7a864348c80ea887bf (diff)
downloadfluxbox-66227979f212e0e81190a4ead9e9a9572f383f35.zip
fluxbox-66227979f212e0e81190a4ead9e9a9572f383f35.tar.bz2
minor updates
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh5
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,