Re: [PATCH]: PrintInfo Bindings

2009-02-08 Thread Dominik Vogt
On Sun, Feb 08, 2009 at 02:44:15AM +, Thomas Adam wrote: Hello all, Something I've seen an increase of lately, on the fvwm list and particularly on IRC and the forums, is the question of: What are the default mouse/key bindings of fvwm? To which the answer varies, since invariably the

Re: [PATCH]: PrintInfo Bindings

2009-02-08 Thread Thomas Adam
2009/2/8 Dominik Vogt dominik.v...@gmx.de: On Sun, Feb 08, 2009 at 02:44:15AM +, Thomas Adam wrote: Comment/suggestions welcome as always. See below. Thanks. +void print_bindings(int verbose) If the verbose flag has no effect, why is it an argument to the function? I had thought

Re: [PATCH]: PrintInfo Bindings

2009-02-08 Thread Dominik Vogt
On Sun, Feb 08, 2009 at 05:55:51PM +, Thomas Adam wrote: 2009/2/8 Dominik Vogt dominik.v...@gmx.de: [sniiip] + int modmask = mask; Please don't declare variables in the middle of a block. This does not compile with oplder compilers. I didn't quite understand what you meant by