Add a patch to fix/workaround the vimb tabbed slow rendering issue. - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 991bc64db8175ceda75ea994c4f94ac611b310df
(DIR) parent 1b9a96632612c3294aa43aa07070fd06ca2d6918
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Wed, 10 Oct 2018 16:21:01
Add a patch to fix/workaround the vimb tabbed slow rendering issue.
Diffstat:
x11/tabbed/patch-tabbed.c | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
---
diff -r 1b9a96632612 -r 991bc64db817 x11/tabbed/patch-tabbed.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tabbed/patch-tabbed.c Wed Oct 10 16:21:01 2018 +0200
@@ -0,0 +1,18 @@
+$NetBSD$
+
+Add a patch from Sven Speckmaier to fix issue with slow rendering of vimb in
+tabbed described in:
+
+ <https://github.com/fanglingsu/vimb/issues/138>
+
+--- tabbed.c.orig 2014-01-21 18:22:03.000000000 +0000
++++ tabbed.c
+@@ -274,6 +274,8 @@ configurerequest(const XEvent *e) {
+ wc.stack_mode = ev->detail;
+ XConfigureWindow(dpy, clients[c]->win, ev->value_mask, &wc);
+ }
++
++ resize(sel, ww, wh - bh);
+ }
+
+ void