mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
added PRUint32 cast to unbreak the build
This commit is contained in:
parent
1923664935
commit
a7ffce9f67
@ -244,7 +244,7 @@ PRUint32 nsDeviceContextUnix :: ConvertPixel(nscolor aColor)
|
||||
}
|
||||
|
||||
if (mDepth == 24) {
|
||||
newcolor = aColor & 0x00ffffff;
|
||||
newcolor = (PRUint32)aColor & 0x00ffffff;
|
||||
}
|
||||
|
||||
return (newcolor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user