[10505] in Athena Bugs
decmips 7.4H: zwgc WM_DELETE_WINDOW behavior
daemon@ATHENA.MIT.EDU (Harry Tsai)
Sat May 15 14:21:53 1993
To: bugs@Athena.MIT.EDU
Date: Sat, 15 May 93 14:21:48 EDT
From: Harry Tsai <hftsai@Athena.MIT.EDU>
System name: w20-575-84
Type and version: KN02ba 7.4H
Display type: PMAGB-BA
What were you trying to do?
Remove Zephyrgram windows by sending WM_DELETE_WINDOW messages. I'm
using the f.delete function in vtwm.gamma. I tried it under the
standard twm, too. I also made sure that I had set
zwgc*enableDelete: true.
What's wrong:
Nothing happens. The window manager beeps at me, indicating that the
window hasn't requested WM_DELETE_WINDOW messages.
What should have happened:
zwgc should have accepted the message and removed the window.
Please describe any relevant documentation references:
man zwgc
lines 759-760:
enableDelete (logical) If true, zwgc creates a WM_PROTOCOLS property
on all zgrams, with WM_DELETE_WINDOW as contents.
lines 834-835:
If zwgc receives a WM_DELETE_WINDOW, it destroys the zephyrgram as if it
were clicked on.