This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
crash fix
master
Anselm R Garbe
17 years ago
parent
9463d5354b
commit
8f052596b2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -1478,7 +1478,7 @@ togglefloating(const Arg *arg) {
void
togglelayout
(
const
Arg
*
arg
)
{
if
(
arg
-
>
v
)
if
(
arg
&
&
arg
-
>
v
)
lt
=
(
Layout
*
)
arg
-
>
v
;
else
if
(
+
+
lt
=
=
&
layouts
[
LENGTH
(
layouts
)
]
)
lt
=
&
layouts
[
0
]
;
Write
Preview
Loading…
Cancel
Save