aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-09-08 10:57:34 (GMT)
committerfluxgen <fluxgen>2002-09-08 10:57:34 (GMT)
commit299083652681234304b3ee62c6aadc61a277e442 (patch)
tree19243b21bb798482cef73fc0e58f26bffcb18444 /src/Gnome.hh
parente562b1568eb2951137a21b307af366782c473bca (diff)
downloadfluxbox-299083652681234304b3ee62c6aadc61a277e442.zip
fluxbox-299083652681234304b3ee62c6aadc61a277e442.tar.bz2
referenses
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r--src/Gnome.hh9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh
index abdd8bf..68b581e 100644
--- a/src/Gnome.hh
+++ b/src/Gnome.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: Gnome.hh,v 1.1 2002/09/07 20:32:44 fluxgen Exp $ 22// $Id: Gnome.hh,v 1.2 2002/09/08 10:57:34 fluxgen Exp $
23 23
24#ifndef GNOME_HH 24#ifndef GNOME_HH
25#define GNOME_HH 25#define GNOME_HH
@@ -65,15 +65,16 @@ public:
65 Gnome(); 65 Gnome();
66 ~Gnome(); 66 ~Gnome();
67 void initForScreen(const BScreen &screen); 67 void initForScreen(const BScreen &screen);
68 void setupWindow(FluxboxWindow &win);
68 69
69 void updateClientList(const BScreen &screen); 70 void updateClientList(const BScreen &screen);
70 void updateWorkspaceNames(const BScreen &screen); 71 void updateWorkspaceNames(const BScreen &screen);
71 void updateCurrentWorkspace(const BScreen &screen); 72 void updateCurrentWorkspace(const BScreen &screen);
72 void updateWorkspaceCount(const BScreen &screen); 73 void updateWorkspaceCount(const BScreen &screen);
73 74
74 void updateState(FluxboxWindow *win); 75 void updateState(FluxboxWindow &win);
75 void updateHints(FluxboxWindow *win); 76 void updateHints(FluxboxWindow &win);
76 void updateWorkspace(FluxboxWindow *win); 77 void updateWorkspace(FluxboxWindow &win);
77 78
78 79
79 bool checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win); 80 bool checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win);