summaryrefslogtreecommitdiff
path: root/src/communications.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-27 18:57:14 +0000
committersabetts <sabetts>2001-08-27 18:57:14 +0000
commit80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a (patch)
treef668b24bdb491ce7e3b8f4e4fb695f7047ca5b09 /src/communications.c
parent811f8aeb91e0b501930359593ff6d3d3401bde3a (diff)
downloadratpoison-80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a.zip
code cleanup, unmap_notify bug fixes
Diffstat (limited to 'src/communications.c')
-rw-r--r--src/communications.c2
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,