[PATCH] wmaker: ignore mouse wheel when giving window focus
2 views
Skip to first unread message
david.m...@gmail.com
unread,
Feb 14, 2026, 10:23:17 AM (10 days ago) Feb 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Window Maker Development
This patch is fixing a window focus issue by ignoring mouse wheel up/down buttons. How to reproduce the issue: open 2 xterm with one window overlapping the other, in 1 xterm list files with ls to have the scrollbar to appear, click the other xterm to give focus to its window, now mouse wheel up or down on the other xterm, at that point the window is focused but under the other xterm. Try to click left button to get it to appear on top, it will not work cause the focus is set already on it. With that patch the click to focus is working. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)