abg, it depends on your compiler as to whether your dprintf function
will be optimized away. Examine your compiler's assembly output and play with
optimization flags, especially the "inline" ones. (Still, there should always
be a return(int) outside the #ifdef, right?)
metacity
I'm going to tackle a metacity bug and one wishlist feature this weekend. The
bug is hard to reproduce, and the "feature" may be considered by some to be
"crackrock" if I design it badly, but useful and nice if it works well. (Specifics at my weblog.)