diff options
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; |