Bugzilla Bug 79174 'handling client message' is annoying

r=daa@distributed.net r=cls r/sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@94916 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2001-05-15 02:57:37 +00:00
parent 846c2481ce
commit f3726cacfa

View File

@ -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");