From 4ade9743dc32ead8073fca340dfbf0c6c2065133 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 12 Oct 2019 19:33:37 +0300 Subject: [PATCH] docs: update --- sowm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sowm.c b/sowm.c index bdca3b4..700c435 100644 --- 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; } }