patch-tabbed.c - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
patch-tabbed.c
---
1 $NetBSD$
2
3 Add a patch from Sven Speckmaier to fix issue with slow rendering of vimb in
4 tabbed described in:
5
6 <https://github.com/fanglingsu/vimb/issues/138>
7
8 --- tabbed.c.orig 2014-01-21 18:22:03.000000000 +0000
9 +++ tabbed.c
10 @@ -274,6 +274,8 @@ configurerequest(const XEvent *e) {
11 wc.stack_mode = ev->detail;
12 XConfigureWindow(dpy, clients[c]->win, ev->value_mask, &wc);
13 }
14 +
15 + resize(sel, ww, wh - bh);
16 }
17
18 void