all repos — fluxbox @ 566b0284a8a49ddf74cc6ae7bb70dd9d3ad5774f

custom fork of the fluxbox windowmanager

suppress informative debugmessages
akir akir
commit

566b0284a8a49ddf74cc6ae7bb70dd9d3ad5774f

parent

d4077526b46ed02a68bdce775d37f2d008c2017e

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

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

@@ -22,7 +22,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: Slit.cc,v 1.96 2004/06/07 21:36:06 fluxgen Exp $ +// $Id: Slit.cc,v 1.97 2004/08/30 11:34:56 akir Exp $ #include "Slit.hh"

@@ -481,8 +481,10 @@ screen().addNetizen(w);

} XFree((void *) proto); +#ifdef DEBUG } else { cerr<<"Warning: Failed to read WM Protocols. "<<endl; +#endif // DEBUG } XWindowAttributes attrib;