Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133567938
D19414.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
970 B
Referenced Files
None
Subscribers
None
D19414.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 27, 5:31 PM (7 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24306506
Default Alt Text
D19414.id.diff (970 B)
Attached To
Mode
D19414: x11/dmenu: Patch an input focus bug
Attached
Detach File
Event Timeline
Log In to Comment