This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Use ev_loop_fork after fork, this fix forking on kqueue based OSes
master
Baptiste Daroussin
12 years ago
committed by
Michael Stapelberg
parent
006f9d3d7d
commit
d8a1da69fb
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
i3lock.c
+ 2
- 0
i3lock.c
View File
@ -478,6 +478,8 @@ static void xcb_check_cb(EV_P_ ev_check *w, int revents) {
/* In the parent process, we exit */
if
(
fork
(
)
!
=
0
)
exit
(
0
)
;
ev_loop_fork
(
EV_DEFAULT
)
;
}
break
;
Write
Preview
Loading…
Cancel
Save