This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
raise barwin in restack, that's the most elegant solution I think
config
Anselm R. Garbe
17 years ago
parent
1e826ddd3e
commit
598e22907e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
layout.c
+ 1
- 0
layout.c
View File
@ -189,6 +189,7 @@ restack(void) {
XLowerWindow
(
dpy
,
c
-
>
win
)
;
}
}
XRaiseWindow
(
dpy
,
barwin
)
;
XSync
(
dpy
,
False
)
;
while
(
XCheckMaskEvent
(
dpy
,
EnterWindowMask
,
&
ev
)
)
;
}
Write
Preview
Loading…
Cancel
Save