diff options
author | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
commit | 3144086eef171f6c402182f23bfc80a101e71fa2 (patch) | |
tree | 0df61dbcb4a7ce44fd90369b031e5a39037807c0 /src/Gnome.cc | |
parent | 672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff) | |
download | fluxbox_pavel-3144086eef171f6c402182f23bfc80a101e71fa2.zip fluxbox_pavel-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2 |
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r-- | src/Gnome.cc | 6 |
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 | ||
88 | void Gnome::setupWindow(FluxboxWindow &win) { | 88 | void 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; |