summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tterm.c b/tterm.c
index 21beb54..ba46d64 100644
--- a/tterm.c
+++ b/tterm.c
@@ -93,7 +93,7 @@ main(int argc, char *argv[])
err(1, "mkfifo");
/* retrieve atom for _NET_WM_PID */
- pidatom = XInternAtom(display, "_NET_WM_PID", 1);
+ pidatom = XInternAtom(display, "_NET_WM_PID", 0);
if (pidatom == None) die("no _NET_WM_PID atom found\n");
/* start terminal */