aboutsummaryrefslogtreecommitdiff
path: root/src/Tab.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-09 14:11:14 (GMT)
committerrathnor <rathnor>2003-02-09 14:11:14 (GMT)
commite3b99d4e485591df52b2398fce9adbcece2b9917 (patch)
tree44c14c5160e07e1af0671e141ae99cc1f2e66609 /src/Tab.cc
parent1a04cf1ce2649400d41c43024bd163a059cc426d (diff)
downloadfluxbox-e3b99d4e485591df52b2398fce9adbcece2b9917.zip
fluxbox-e3b99d4e485591df52b2398fce9adbcece2b9917.tar.bz2
fixing up of layer code
Diffstat (limited to 'src/Tab.cc')
-rw-r--r--src/Tab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tab.cc b/src/Tab.cc
index df6bf5b..7d3609e 100644
--- a/src/Tab.cc
+++ b/src/Tab.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: Tab.cc,v 1.53 2003/02/02 16:32:38 rathnor Exp $ 22// $Id: Tab.cc,v 1.54 2003/02/09 14:11:12 rathnor Exp $
23 23
24#include "Tab.hh" 24#include "Tab.hh"
25 25
@@ -173,7 +173,7 @@ void Tab::lower() {
173 do { 173 do {
174 XLowerWindow(m_display, current->m_tabwin); //lower tabwin and tabs window 174 XLowerWindow(m_display, current->m_tabwin); //lower tabwin and tabs window
175 win = current->getWindow(); 175 win = current->getWindow();
176 win->getScreen()->lowerWindow(win); 176 win->lower();
177 177
178 current = current->next(); //get next 178 current = current->next(); //get next
179 if (current == 0) 179 if (current == 0)