diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-07 11:15:36 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-07 11:15:36 +0100 |
commit | 70af048b1ccfcbcc14e2801280a9be964ae6075e (patch) | |
tree | 43422158b83bba953668eaec2967e16527039e6e /hidden.c | |
parent | c2378d6e3ac349b2c8a2e3415b5b76b4edeb69c2 (diff) | |
download | mcwm-70af048b1ccfcbcc14e2801280a9be964ae6075e.zip |
Added FIXME.
Diffstat (limited to 'hidden.c')
-rw-r--r-- | hidden.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]); } |