From 70af048b1ccfcbcc14e2801280a9be964ae6075e Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Thu, 7 Feb 2013 11:15:36 +0100 Subject: Added FIXME. --- hidden.c | 1 + 1 file changed, 1 insertion(+) 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]); } -- cgit v1.2.3