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:
rjesup%wgate.com
2001-09-07 21:32:54 +00:00
parent bf5ff59388
commit 02ba8117de

View File

@@ -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);
}
}