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
deciding for focus(NULL);
config
Anselm R. Garbe
18 years ago
parent
ddc79603f9
commit
1e051d71f5
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
event.c
+ 2
- 2
event.c
View File
@ -273,9 +273,9 @@ leavenotify(XEvent *e) {
XCrossingEvent
*
ev
=
&
e
-
>
xcrossing
;
if
(
(
ev
-
>
window
=
=
root
)
&
&
!
ev
-
>
same_screen
)
{
issel
=
False
;
if
(
sel
)
XSetWindowBorder
(
dpy
,
sel
-
>
win
,
dc
.
norm
[
ColBorder
]
)
;
focus
(
NULL
)
;
issel
=
False
;
}
}
Write
Preview
Loading…
Cancel
Save