This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
foo
main
Anselm R. Garbe
17 years ago
parent
8fda28be35
commit
0d40590c2c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
client.c
+ 1
- 0
client.c
View File
@ -311,6 +311,7 @@ void
unban
(
Client
*
c
)
{
if
(
!
c
-
>
isbanned
)
return
;
XMoveWindow
(
dpy
,
c
-
>
win
,
c
-
>
x
,
c
-
>
y
)
;
/* some windows require this */
XMapWindow
(
dpy
,
c
-
>
win
)
;
setclientstate
(
c
,
NormalState
)
;
c
-
>
isbanned
=
False
;
Write
Preview
Loading…
Cancel
Save