all repos — fluxbox @ e6a241ed0da941cccb670523005f3b7dcc9b18ec

custom fork of the fluxbox windowmanager

removed old debugmsg
fluxgen fluxgen
commit

e6a241ed0da941cccb670523005f3b7dcc9b18ec

parent

751ba70bf2a2f134accec54f5e33d08770e0cee4

1 files changed, 1 insertions(+), 7 deletions(-)

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.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: FbWinFrame.cc,v 1.33 2003/08/04 12:47:36 fluxgen Exp $ +// $Id: FbWinFrame.cc,v 1.34 2003/08/11 15:03:11 fluxgen Exp $ #include "FbWinFrame.hh" #include "ImageControl.hh"

@@ -385,9 +385,6 @@

// only take away one borderwidth (as the other border is still the "top" border) m_window.resize(m_window.width(), m_window.height() - m_titlebar.height() - m_titlebar.borderWidth()); -#ifdef DEBUG - cerr<<__FILE__<<": Hide Titlebar"<<endl; -#endif // DEBUG } void FbWinFrame::showTitlebar() {

@@ -401,9 +398,6 @@ // only add one borderwidth (as the other border is still the "top" border)

m_window.resize(m_window.width(), m_window.height() + m_titlebar.height() + m_titlebar.borderWidth()); -#ifdef DEBUG - cerr<<__FILE__<<": Show Titlebar"<<endl; -#endif // DEBUG } void FbWinFrame::hideHandle() {