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
quick typo fix
config
Anselm R Garbe
14 years ago
parent
d6bdd03d91
commit
c53b29e60b
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dwm.c
+ 2
- 2
dwm.c
View File
@ -815,8 +815,8 @@ void
focus
(
Client
*
c
)
{
focus
(
Client
*
c
)
{
if
(
!
c
|
|
!
ISVISIBLE
(
c
)
)
if
(
!
c
|
|
!
ISVISIBLE
(
c
)
)
for
(
c
=
selmon
-
>
stack
;
c
&
&
!
ISVISIBLE
(
c
)
;
c
=
c
-
>
snext
)
;
for
(
c
=
selmon
-
>
stack
;
c
&
&
!
ISVISIBLE
(
c
)
;
c
=
c
-
>
snext
)
;
/
/
if
(
selmon
-
>
sel
)
/
/
unfocus
(
selmon
-
>
sel
)
;
/* if(selmon->sel
)
unfocus
(
selmon
-
>
sel
)
;
*/
if
(
c
)
{
if
(
c
)
{
if
(
c
-
>
mon
!
=
selmon
)
if
(
c
-
>
mon
!
=
selmon
)
selmon
=
c
-
>
mon
;
selmon
=
c
-
>
mon
;
Write
Preview
Loading…
Cancel
Save