Bugzilla – Attachment 71619 Details for
Bug 155745
xpdf doesn't work with window resize
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fix resize problem
xpdf-3.01-resize-fix.diff (text/plain), 806 bytes, created by
Takashi Iwai
on 2006-03-07 18:50:35 UTC
(
hide
)
Description:
Fix resize problem
Filename:
MIME Type:
Creator:
Takashi Iwai
Created:
2006-03-07 18:50:35 UTC
Size:
806 bytes
patch
obsolete
>--- xpdf/XPDFCore.cc-dist 2006-03-07 19:40:18.000000000 +0100 >+++ xpdf/XPDFCore.cc 2006-03-07 19:45:02.000000000 +0100 >@@ -978,12 +978,15 @@ void XPDFCore::vScrollDragCbk(Widget wid > void XPDFCore::resizeCbk(Widget widget, XtPointer ptr, XtPointer callData) { > XPDFCore *core = (XPDFCore *)ptr; > XEvent event; >+#if 0 > Widget top; >+#endif > Arg args[2]; > int n; > Dimension w, h; > int sx, sy; > >+#if 0 > // find the top-most widget which has an associated window, and look > // for a pending ConfigureNotify in the event queue -- if there is > // one, that means we're still resizing, and we want to skip the >@@ -996,6 +999,7 @@ void XPDFCore::resizeCbk(Widget widget, > XPutBackEvent(core->display, &event); > return; > } >+#endif > > n = 0; > XtSetArg(args[n], XmNwidth, &w); ++n;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 155745
:
71576
|
71577
|
71578
|
71579
| 71619 |
71752