Hello, I've a few (re)naming problems.
1 - As fvwm, XRender use Picture as its main "picture" structure. This is currently solved by the following lines in Fft.h #ifdef HAVE_XFT #define Picture XRenderPicture #include <X11/Xft/Xft.h> #undef Picture #define Picture Picture #endif Not terrible ... specially if we use XRender for alpha rendering. So I suggest to rename the fvwm Picture structure by FvwmPicture. And so also rename libs/Picture.{c,h}: FvwmPicture.{c,h} or FPicture.{c,h}. Any better idea? 2 - When I split Picture into Picture and InitPicture I was not very inspired for the name of "InitPicture" and I have still no good idea. InitPicture contains the visual stuff init (Pvisual, Pdepth, Pcmap) and the image path stuff and the fvwm Picture structure (as picture contains picture manipulation). Any suggestions for a better name for InitPicture? 3 - Now that xpmroot support PNG (and XBM) should we rename it (with a symbolic link from xpmroot to the new name)? If yes one may think that fvwm-root is a good name, but I do not think so because in fvwm "-" separated names are scripts. FvwmRoot is obviously bad, but what about "fvwmroot" ? Olivier -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]