aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
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.cc
parent672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff)
downloadfluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.zip
fluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc
index 240c691..10d1775 100644
--- a/src/Gnome.cc
+++ b/src/Gnome.cc
@@ -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.cc,v 1.28 2003/06/26 12:22:42 rathnor Exp $ 22// $Id: Gnome.cc,v 1.29 2003/07/04 01:03:40 rathnor Exp $
23 23
24#include "Gnome.hh" 24#include "Gnome.hh"
25 25
@@ -85,8 +85,8 @@ void Gnome::initForScreen(BScreen &screen) {
85 85
86} 86}
87 87
88void Gnome::setupWindow(FluxboxWindow &win) { 88void Gnome::setupFrame(FluxboxWindow &win) {
89 // load gnome state atom 89 // load gnome state (take queues from the main window of the frame)
90 Display *disp = FbTk::App::instance()->display(); 90 Display *disp = FbTk::App::instance()->display();
91 Atom ret_type; 91 Atom ret_type;
92 int fmt; 92 int fmt;