зеркало из https://github.com/mozilla/pjs.git
fix #84300. print images to printer rez not screen rez.
This commit is contained in:
Родитель
dd650809d5
Коммит
842e680c6a
|
@ -170,7 +170,8 @@ _PSIMGCB_DestroyPixmap(PSIMGCB* img_cb, jint op, void* dpy_cx,
|
|||
JMC_PUBLIC_API(void)
|
||||
_PSIMGCB_DisplayPixmap(PSIMGCB* 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 x_offset, 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче