commit 4ade9743dc32ead8073fca340dfbf0c6c2065133 parent e478fcf515519303674e580efc5bef9cb4099c27 Author: Dylan Araps <dylan.araps@gmail.com> Date: Sat, 12 Oct 2019 19:33:37 +0300 docs: update Diffstat:
M | sowm.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sowm.c b/sowm.c @@ -261,6 +261,7 @@ void button_press(XEvent *e) { if (bu.subwindow != None) { XGetWindowAttributes(dis, bu.subwindow, &attr); + XRaiseWindow(dis, bu.subwindow); start = bu; } }