2009/2/22 Dominik Vogt <[email protected]>: > On Sun, Feb 22, 2009 at 04:41:47AM -0600, fvwm-workers wrote: >> CVSROOT: /home/cvs/fvwm >> Module name: fvwm >> Changes by: tadam 09/02/22 04:41:47 >> >> Modified files: >> . : ChangeLog >> fvwm : bindings.c >> >> Log message: >> Fix compilation without libstroke for print_bindings. >> >> Added ifdefs around the stroke code for printing out stroke bindings, as >> this library is optional and not everyone will have it. > > Actually we have a macro for this to avoid the ifdefs. It's > called STROKE_CODE. I'll commit a fix.
Thanks -- there's several instances where HAVE_STROKE could therefore be replaced with STROKE_CODE if it's preferred (I appreciate ifdefs are generally considered harmful.) -- Thomas Adam
