projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed incorrect param from docs
[wxWidgets.git]
/
src
/
xpm
/
scan.c
diff --git
a/src/xpm/scan.c
b/src/xpm/scan.c
index bf94091ce1c2faefc848a559699850c7990b731f..8660ff99ed596e0b9b46c2fdec96ba375ceaba99 100644
(file)
--- a/
src/xpm/scan.c
+++ b/
src/xpm/scan.c
@@
-318,8
+318,10
@@
XpmCreateXpmImageFromImage(display, image, shapeimage,
# endif /* AMIGA */
#else
# endif /* AMIGA */
#else
+#ifndef __VISAGECPP30__
ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
storePixel);
ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
storePixel);
+#endif
#endif
#endif
@@
-504,7
+506,7
@@
ScanOtherColors(display, colors, ncolors, pixels, mask, cpp, attributes)
return (XpmNoMemory);
for (i = 0, i2 = mask, color = colors, xcolor = xcolors;
return (XpmNoMemory);
for (i = 0, i2 = mask, color = colors, xcolor = xcolors;
- i < ncolors; i++, i2++, color++, xcolor++, pixels++) {
+ i <
(unsigned)
ncolors; i++, i2++, color++, xcolor++, pixels++) {
if (!(s = color->string = (char *) XpmMalloc(cpp + 1))) {
XpmFree(xcolors);
if (!(s = color->string = (char *) XpmMalloc(cpp + 1))) {
XpmFree(xcolors);
@@
-547,7
+549,7
@@
ScanOtherColors(display, colors, ncolors, pixels, mask, cpp, attributes)
}
/* end 3.2 bc */
}
/* end 3.2 bc */
- for (i = 0, color = colors, xcolor = xcolors; i < ncolors;
+ for (i = 0, color = colors, xcolor = xcolors; i <
(unsigned)
ncolors;
i++, color++, xcolor++) {
/* look for related info from the attributes if any */
i++, color++, xcolor++) {
/* look for related info from the attributes if any */