all repos — fluxbox @ 1e5883afb3fae62d7558c0e9726ec5206458b948

custom fork of the fluxbox windowmanager

minor style issue
fluxgen fluxgen
commit

1e5883afb3fae62d7558c0e9726ec5206458b948

parent

84a58512d8570ad7ee93d437d4c73ee4eb945308

1 files changed, 5 insertions(+), 9 deletions(-)

jump to
M src/Tab.ccsrc/Tab.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Tab.cc,v 1.30 2002/08/02 12:57:19 fluxgen Exp $ +// $Id: Tab.cc,v 1.31 2002/08/11 21:12:10 fluxgen Exp $ #include "Tab.hh"

@@ -556,11 +556,7 @@ //------------- calcIncrease ----------------

// calculates m_inc_x and m_inc_y for tabs // used for positioning the tabs. //------------------------------------------- -void Tab::calcIncrease(void) { - #ifdef DEBUG - cerr << "Calculating tab increase" << endl; - #endif // DEBUG - +void Tab::calcIncrease() { Tab *tab; int inc_x = 0, inc_y = 0; unsigned int i = 0, tabs = numObjects();

@@ -1078,10 +1074,10 @@ // This function is used when (un)shading

// to get right size/width of tabs when // PLeft || PRight && isTabRotateVertical // --------------------------------------- -void Tab::resizeGroup(void) { - #ifdef DEBUG +void Tab::resizeGroup() { +#ifdef DEBUG cerr <<__FILE__<<"("<<__LINE__<<"): Resizing group"<<endl; - #endif //DEBUG +#endif //DEBUG Tab *first; for (first = getFirst(this); first != 0; first = first->m_next) { if ((m_win->getScreen()->getTabPlacement() == PLEFT ||