aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index ecb0142..b0313f4 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Slit.cc,v 1.96 2004/06/07 21:36:06 fluxgen Exp $ 25// $Id: Slit.cc,v 1.97 2004/08/30 11:34:56 akir Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -481,8 +481,10 @@ void Slit::addClient(Window w) {
481 } 481 }
482 482
483 XFree((void *) proto); 483 XFree((void *) proto);
484#ifdef DEBUG
484 } else { 485 } else {
485 cerr<<"Warning: Failed to read WM Protocols. "<<endl; 486 cerr<<"Warning: Failed to read WM Protocols. "<<endl;
487#endif // DEBUG
486 } 488 }
487 489
488 XWindowAttributes attrib; 490 XWindowAttributes attrib;