Page MenuHomeFreeBSD

D19414.diff
No OneTemporary

D19414.diff

Index: head/x11/dmenu/Makefile
===================================================================
--- head/x11/dmenu/Makefile
+++ head/x11/dmenu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dmenu
DISTVERSION= 4.9
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://dl.suckless.org/tools/ \
http://schot.a-eskwadraat.nl/files/
Index: head/x11/dmenu/files/patch-dmenu.c
===================================================================
--- head/x11/dmenu/files/patch-dmenu.c
+++ head/x11/dmenu/files/patch-dmenu.c
@@ -0,0 +1,11 @@
+--- dmenu.c.orig 2019-02-28 14:52:56 UTC
++++ dmenu.c
+@@ -665,7 +665,7 @@ setup(void)
+ XNClientWindow, win, XNFocusWindow, win, NULL);
+
+ XMapRaised(dpy, win);
+- XSetInputFocus(dpy, win, RevertToParent, CurrentTime);
++ /* XSetInputFocus(dpy, win, RevertToParent, CurrentTime); */
+ if (embed) {
+ XSelectInput(dpy, parentwin, FocusChangeMask);
+ if (XQueryTree(dpy, parentwin, &dw, &w, &dws, &du) && dws) {

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 28, 1:47 PM (8 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30432446
Default Alt Text
D19414.diff (970 B)

Event Timeline