Bug 93999: 1-liner fix to unhork xlib (fix to typo by imot). r/sr=blake
via IRC git-svn-id: svn://10.0.0.236/trunk@102547 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user