https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252873
--- Comment #8 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c31059e3d1233fdbaee9b89ff041365f1710d17 commit 1c31059e3d1233fdbaee9b89ff041365f1710d17 Author: Adriaan de Groot <[email protected]> AuthorDate: 2021-05-04 10:12:41 +0000 Commit: Adriaan de Groot <[email protected]> CommitDate: 2021-05-04 23:10:26 +0000 x11-wm/twm: generate synthetic WM hints when needed This is based on a patch from Reddit -- the patch on Reddit is in context-diff form and contains a bunch of cruft, so it's been re-done (in add_window.c ; the util.c part is used unchanged). Tested by running Chrome in previous twm -- no drop-downs at all -- and in this lightly patched one, where it does behave. PR: 252873 Obtained from: Reddit x11-wm/twm/Makefile | 1 + x11-wm/twm/files/patch-src_add__window.c (new) | 12 +++++++ x11-wm/twm/files/patch-src_util.c (new) | 47 ++++++++++++++++++++++++++ x11-wm/twm/files/patch-src_util.h (new) | 11 ++++++ 4 files changed, 71 insertions(+) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-desktop To unsubscribe, send any mail to "[email protected]"
