1 Horribly out of date see the fvwm bug site at www.fvwm.org
3 These bugs are not fixed, if you think you can help, do so.
5 Known bugs as of FvwmButtons-080396:
7 * There has also been reported problems with buttons hanging forever after
10 * Some swallowed windows crash when resized very small. Their problem.
12 Known bugs as of FvwmButtons-070396:
14 * Action commands are supposed to work also on swallowed windows, but there
15 is a problem with X. After reparenting, XSelectInput is called with a mask
16 including ButtonPressMask|ButtonReleaseMask, but evidently no buttonpresses
17 are received, even though the program (like xload) doesn't use them for
18 itself. So where is the bottleneck? Send the solution if you got it.
19 OK, so I need to do SubstructureRedirectMask, and shuffle all the events
20 onwards... really? No better way? Mmm..