openurlonclick: using posix_spawnp instead of system ref. comments in #76
This commit is contained in:
parent
2eca262969
commit
bdeb1e7c4c
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include <spawn.h>
|
||||
|
||||
static inline void restoremousecursor(void) {
|
||||
if (!(win.mode & MODE_MOUSE) && xw.pointerisvisible)
|
||||
XDefineCursor(xw.dpy, xw.win, xw.vpointer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue