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
removed the if(clients) check from popping code
config
Anselm R.Garbe
18 years ago
parent
4ee661d908
commit
735ca9ccd6
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
client.c
+ 1
- 2
client.c
View File
@ -477,8 +477,7 @@ zoom(Arg *arg)
if
(
sel
-
>
next
)
sel
-
>
next
-
>
prev
=
sel
-
>
prev
;
sel
-
>
prev
=
NULL
;
if
(
clients
)
clients
-
>
prev
=
sel
;
clients
-
>
prev
=
sel
;
sel
-
>
next
=
clients
;
clients
=
sel
;
arrange
(
NULL
)
;
Write
Preview
Loading…
Cancel
Save