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
simplification
master
Anselm R. Garbe
18 years ago
parent
a967d7f664
commit
1e826ddd3e
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
layout.c
+ 2
- 4
layout.c
View File
@ -218,10 +218,8 @@ setlayout(const char *arg) {
void
togglebar
(
const
char
*
arg
)
{
if
(
bpos
=
=
BarOff
)
{
if
(
(
bpos
=
BARPOS
)
=
=
BarOff
)
bpos
=
BarTop
;
}
if
(
bpos
=
=
BarOff
)
bpos
=
(
BARPOS
=
=
BarOff
)
?
BarTop
:
BARPOS
;
else
bpos
=
BarOff
;
updatebarpos
(
)
;
Write
Preview
Loading…
Cancel
Save