From: MINAMI H. <mi...@mi...> - 2005-03-10 04:33:28
|
On Wed, Mar 09, 2005 at 10:57:57AM +0900, Seiichi SATO wrote: > 'invalid Pixmap' probably is an empty (or uninitilized?) root > pixmap pointed by _XROOTPMAP_ID, since FVWM2 seems to set > _XROOTPMAP_ID even though no root pixmap is available. > > Is the attached patch right? Yes, the check must be there and x_imagelib_root_pixmap_available() shouldn't return true only because XROOTPMAP_ID was set. They should be fixed in CVS HEAD. minami |