mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 93999: 1-liner fix to unhork xlib (fix to typo by imot). r/sr=blake
via IRC
This commit is contained in:
parent
68b4411e9b
commit
937298da2f
@ -412,7 +412,7 @@ void nsImageXlib::UpdateCachedImage()
|
||||
XLIB_RGB_DITHER_MAX,
|
||||
mImageBits + mRowBytes * rect->y + 3 * rect->x,
|
||||
mRowBytes,
|
||||
aUpdateRect->x, aUpdateRect->y);
|
||||
rect->x, rect->y);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user