FreeBSD Bugzilla – Attachment 202441 Details for
Bug 236107
x11/dmenu: 4.9 messes with input focus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
dmenu_49_focus_bug.diff (text/plain), 964 bytes, created by
Oleh Hushchenkov
on 2019-02-28 14:40:19 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2019-02-28 14:40:19 UTC
Size:
964 bytes
patch
obsolete
>Index: files/patch-dmenu.c >=================================================================== >--- files/patch-dmenu.c (nonexistent) >+++ files/patch-dmenu.c (working copy) >@@ -0,0 +1,11 @@ >+--- dmenu.c.orig 2019-02-28 14:33:35 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) { > >Property changes on: files/patch-dmenu.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236107
: 202441