aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-08-05 16:49:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-08-05 16:49:00 +0000
commit6b43fd393fedadfad6a0901749b705c3cfff6ec6 (patch)
tree908cf94ebbfcace08d87f9b38f166b95ca8de33d /x11
parent9285aa620d7d031222b4fd1aa4083b73d9ab6793 (diff)
downloadports-6b43fd393fedadfad6a0901749b705c3cfff6ec6.tar.gz
ports-6b43fd393fedadfad6a0901749b705c3cfff6ec6.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/files/patch-khtml::rendering::render_root.cpp20
-rw-r--r--x11/kdelibs4/files/patch-khtml::rendering::render_root.cpp20
2 files changed, 40 insertions, 0 deletions
diff --git a/x11/kdelibs3/files/patch-khtml::rendering::render_root.cpp b/x11/kdelibs3/files/patch-khtml::rendering::render_root.cpp
new file mode 100644
index 000000000000..47adcce7ba0a
--- /dev/null
+++ b/x11/kdelibs3/files/patch-khtml::rendering::render_root.cpp
@@ -0,0 +1,20 @@
+--- khtml/rendering/render_root.cpp 16 Jul 2003 00:13:32 -0000 1.116.2.3
++++ khtml/rendering/render_root.cpp 2 Aug 2003 21:28:49 -0000 1.116.2.4
+@@ -118,7 +118,7 @@ void RenderRoot::layout()
+ #endif
+ if (!m_printingMode) {
+ QSize s = m_view->viewportSize(m_view->contentsWidth(),
+- 0);
++ m_view->contentsHeight());
+ m_width = s.width();
+ m_height = s.height();
+ }
+@@ -132,7 +132,7 @@ void RenderRoot::layout()
+ if (!m_printingMode) {
+ m_view->resizeContents(docWidth(), docHeight());
+ QSize s = m_view->viewportSize(m_view->contentsWidth(),
+- m_view->contentsHeight());
++ 0);
+ setWidth( m_viewportWidth = s.width() );
+ setHeight( m_viewportHeight = s.height() );
+ }
diff --git a/x11/kdelibs4/files/patch-khtml::rendering::render_root.cpp b/x11/kdelibs4/files/patch-khtml::rendering::render_root.cpp
new file mode 100644
index 000000000000..47adcce7ba0a
--- /dev/null
+++ b/x11/kdelibs4/files/patch-khtml::rendering::render_root.cpp
@@ -0,0 +1,20 @@
+--- khtml/rendering/render_root.cpp 16 Jul 2003 00:13:32 -0000 1.116.2.3
++++ khtml/rendering/render_root.cpp 2 Aug 2003 21:28:49 -0000 1.116.2.4
+@@ -118,7 +118,7 @@ void RenderRoot::layout()
+ #endif
+ if (!m_printingMode) {
+ QSize s = m_view->viewportSize(m_view->contentsWidth(),
+- 0);
++ m_view->contentsHeight());
+ m_width = s.width();
+ m_height = s.height();
+ }
+@@ -132,7 +132,7 @@ void RenderRoot::layout()
+ if (!m_printingMode) {
+ m_view->resizeContents(docWidth(), docHeight());
+ QSize s = m_view->viewportSize(m_view->contentsWidth(),
+- m_view->contentsHeight());
++ 0);
+ setWidth( m_viewportWidth = s.width() );
+ setHeight( m_viewportHeight = s.height() );
+ }