diff --git a/mozilla/widget/src/xlib/nsAppShell.cpp b/mozilla/widget/src/xlib/nsAppShell.cpp index 35d86ad1ae9..66eef8374a8 100644 --- a/mozilla/widget/src/xlib/nsAppShell.cpp +++ b/mozilla/widget/src/xlib/nsAppShell.cpp @@ -1235,7 +1235,9 @@ void nsAppShell::HandleUnmapNotifyEvent(XEvent *event, nsWidget *aWidget) void nsAppShell::HandleClientMessageEvent(XEvent *event, nsWidget *aWidget) { // check to see if it's a WM_DELETE message +#if defined(DEBUG_warren) || defined(DEBUG_quy) printf("handling client message\n"); +#endif if (nsWidget::WMProtocolsInitialized) { if ((Atom)event->xclient.data.l[0] == nsWidget::WMDeleteWindow) { printf("got a delete window event\n");