Latest OS/2 changes broke xpmlib for MSW. Fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -316,6 +316,7 @@ XpmCreateXpmImageFromImage(display, image, shapeimage,
|
|||||||
ErrorStatus = AGetImagePixels(image, width, height, &pmap,
|
ErrorStatus = AGetImagePixels(image, width, height, &pmap,
|
||||||
storePixel);
|
storePixel);
|
||||||
# endif /* AMIGA */
|
# endif /* AMIGA */
|
||||||
|
#else
|
||||||
|
|
||||||
ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
|
ErrorStatus = MSWGetImagePixels(display, image, width, height, &pmap,
|
||||||
storePixel);
|
storePixel);
|
||||||
|
Reference in New Issue
Block a user