mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 01:02:36 +03:00
Use the correct format define for WPA()
This commit is contained in:
parent
fdb9a42eff
commit
61342f4dee
@ -56,7 +56,7 @@ void ami_rtg_writepixelarray(UBYTE *pixdata, struct BitMap *bm,
|
||||
if(P96Base == NULL) {
|
||||
#ifdef __amigaos4__
|
||||
if(GfxBase->LibNode.lib_Version >= 54) {
|
||||
WritePixelArray(pixdata, 0, 0, bpr, format, &trp, 0, 0, width, height);
|
||||
WritePixelArray(pixdata, 0, 0, bpr, PIXF_R8G8B8A8, &trp, 0, 0, width, height);
|
||||
}
|
||||
#endif
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user