diff options
Diffstat (limited to 'src/communications.c')
-rw-r--r-- | src/communications.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/communications.c b/src/communications.c index 8b6cd66..a4f97a0 100644 --- a/src/communications.c +++ b/src/communications.c @@ -106,7 +106,7 @@ send_command (unsigned char *cmd) w = XCreateSimpleWindow (dpy, DefaultRootWindow (dpy), 0, 0, 1, 1, 0, 0, 0); - // Select first to avoid race condition + /* Select first to avoid race condition */ XSelectInput (dpy, w, PropertyChangeMask); XChangeProperty (dpy, w, rp_command, XA_STRING, |