>> This patch moves the PImageCreatePixmapFromArgbData call from >> the image loaders into PImageLoadPixmapFromFile. The entire >> bitmap loader is moved there as well > >> and PImageLoadBitmap is removed. > > Why? What's wrong with bmp images? >
Of course fvwm will still be able to load bitmaps as before. PImageLoadBitmap was no more than a wrapped call to XReadBitmapFile, which I decided to move into PImageLoadPixmapFromFile. The reason is that all image loader functions now returns the images data as a 32 bit array, but XReadBitmapFile returns a pixmap. /Simon Griph
