Subject: | BMP XHotSpot,YHotSpot |
Date: | Tue, 03 May 2011 09:45:50 +1000 |
To: | bug-Prima [...] rt.cpan.org |
From: | Kevin Ryde <user42 [...] zip.com.au> |
While nosing around codec_bmp.c I saw
} else {
/* Windows */
...
word xHotspot = 0;
word yHotspot = 0;
I think those variables might shadow the ones picked out by pget_i()
earlier in the func, so writing zero always. Is that intentional?
I noticed also xpm/xbm has "hotSpotX" but the bmp has "XHotSpot". Is
there meant to be a common name for the hotspot, when it exists, among
the codecs?