Adjust patch to curretn dmenu-git - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 9ddc2000fa301a28a4aaedebd9bb92a6b82d368f
 (DIR) parent afd86843a288932555a6628c94ed07549e56b199
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sun, 10 Feb 2019 12:19:26 
       
       Adjust patch to curretn dmenu-git
       
       Diffstat:
        wip/dmenu-git/patch-dmenu.c |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r afd86843a288 -r 9ddc2000fa30 wip/dmenu-git/patch-dmenu.c
       --- a/wip/dmenu-git/patch-dmenu.c       Wed Feb 06 11:26:05 2019 +0100
       +++ b/wip/dmenu-git/patch-dmenu.c       Sun Feb 10 12:19:26 2019 +0100
       @@ -12,5 +12,5 @@
               XMapRaised(dpy, win);
        -      XSetInputFocus(dpy, win, RevertToParent, CurrentTime);
               if (embed) {
       -               XSelectInput(dpy, parentwin, FocusChangeMask);
       +               XSelectInput(dpy, parentwin, FocusChangeMask | SubstructureNotifyMask);
                       if (XQueryTree(dpy, parentwin, &dw, &w, &dws, &du) && dws) {