summaryrefslogtreecommitdiff
path: root/hidden.c
diff options
context:
space:
mode:
Diffstat (limited to 'hidden.c')
-rw-r--r--hidden.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hidden.c b/hidden.c
index 251025c..f2df679 100644
--- a/hidden.c
+++ b/hidden.c
@@ -137,6 +137,7 @@ int findhidden(void)
prop.name[prop.name_len] = '\0';
if (printcommand)
{
+ /* FIXME: Need to escape : in prop.name. */
printf("'%s':'xdotool windowmap 0x%x windowraise 0x%x'\n",
prop.name, children[i], children[i]);
}