mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
fix #84300. print image at printer rez not screen rez.
This commit is contained in:
parent
5e256bd279
commit
e8a15387d7
@ -628,7 +628,7 @@ fe_DrawMaskedImageWithClipRegion(Display *dpy, Drawable drawable,
|
||||
JMC_PUBLIC_API(void)
|
||||
_IMGCB_DisplayPixmap(IMGCB* img_cb, jint op, void* dpy_cx, IL_Pixmap* image,
|
||||
IL_Pixmap* mask, jint x, jint y, jint x_offset,
|
||||
jint y_offset, jint width, jint height)
|
||||
jint y_offset, jint width, jint height, jint req_w, jint req_h)
|
||||
{
|
||||
int32 img_x_offset, img_y_offset; /* Offset of image in drawable. */
|
||||
int32 rect_x_offset, rect_y_offset; /* Offset of update rect in
|
||||
|
Loading…
Reference in New Issue
Block a user