summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2013-02-07 11:15:36 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2013-02-07 11:15:36 +0100
commit70af048b1ccfcbcc14e2801280a9be964ae6075e (patch)
tree43422158b83bba953668eaec2967e16527039e6e
parentc2378d6e3ac349b2c8a2e3415b5b76b4edeb69c2 (diff)
downloadmcwm-70af048b1ccfcbcc14e2801280a9be964ae6075e.zip
Added FIXME.
-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]);
}