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
fixed a core dump
master
Anselm R.Garbe
19 years ago
parent
375a251d16
commit
2c0d1cc87b
2 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
client.c
+4
-2
tag.c
+ 0
- 1
client.c
View File
@ -52,7 +52,6 @@ focus(Client *c)
if
(
!
issel
)
return
;
Client
*
old
=
sel
;
XEvent
ev
;
sel
=
c
;
if
(
old
&
&
old
!
=
c
)
+ 4
- 2
tag.c
View File
@ -211,8 +211,10 @@ restack()
else
m
+
+
;
}
n
=
2
*
(
f
+
m
)
;
if
(
!
(
n
=
2
*
(
f
+
m
)
)
)
{
drawstatus
(
)
;
return
;
}
if
(
nwins
<
n
)
{
nwins
=
n
;
wins
=
erealloc
(
wins
,
nwins
*
sizeof
(
Window
)
)
;
Write
Preview
Loading…
Cancel
Save