From 059bc4dc24b68d637c3608c05344c53c64cc2c4b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Feb 2003 03:04:23 +0000 Subject: add a Config class with config data from the scripts. set up the functions for loading a style from a file. use the Config class throughout instead of reading out of the python namespace all the time. --- src/client.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/client.cc') diff --git a/src/client.cc b/src/client.cc index b3d444ea..bd7f7b83 100644 --- a/src/client.cc +++ b/src/client.cc @@ -446,7 +446,7 @@ void Client::calcLayer() { } c = c->_transient_for; } - if (!fs) { + if (!fs && _fullscreen) { // is one of our transients focused? c = searchFocusTree(this, this); if (c) fs = true; @@ -738,8 +738,6 @@ void Client::updateIcons() i += w * h; assert(i <= num); } - printf("i: %lu\n", i); - printf("bleffffffff\n"); delete [] data; } -- cgit v1.2.3