aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-04 01:03:41 (GMT)
committerrathnor <rathnor>2003-07-04 01:03:41 (GMT)
commit3144086eef171f6c402182f23bfc80a101e71fa2 (patch)
tree0df61dbcb4a7ce44fd90369b031e5a39037807c0 /src/Gnome.hh
parent672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff)
downloadfluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.zip
fluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r--src/Gnome.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh
index 6c78444..35e25c8 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.7 2003/06/18 13:32:43 fluxgen Exp $ 22// $Id: Gnome.hh,v 1.8 2003/07/04 01:03:40 rathnor Exp $
23 23
24#ifndef GNOME_HH 24#ifndef GNOME_HH
25#define GNOME_HH 25#define GNOME_HH
@@ -65,7 +65,8 @@ public:
65 Gnome(); 65 Gnome();
66 ~Gnome(); 66 ~Gnome();
67 void initForScreen(BScreen &screen); 67 void initForScreen(BScreen &screen);
68 void setupWindow(FluxboxWindow &win); 68 void setupFrame(FluxboxWindow &win);
69 void setupClient(WinClient &winclient) {}
69 70
70 void updateClientList(BScreen &screen); 71 void updateClientList(BScreen &screen);
71 void updateWorkspaceNames(BScreen &screen); 72 void updateWorkspaceNames(BScreen &screen);