suppress informative debugmessages
This commit is contained in:
parent
d4077526b4
commit
566b0284a8
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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"
|
#include "Slit.hh"
|
||||||
|
|
||||||
|
@ -481,8 +481,10 @@ void Slit::addClient(Window w) {
|
||||||
}
|
}
|
||||||
|
|
||||||
XFree((void *) proto);
|
XFree((void *) proto);
|
||||||
|
#ifdef DEBUG
|
||||||
} else {
|
} else {
|
||||||
cerr<<"Warning: Failed to read WM Protocols. "<<endl;
|
cerr<<"Warning: Failed to read WM Protocols. "<<endl;
|
||||||
|
#endif // DEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
XWindowAttributes attrib;
|
XWindowAttributes attrib;
|
||||||
|
|
Loading…
Reference in a new issue