improve output

This commit is contained in:
David Rose 2007-05-22 21:48:03 +00:00
parent 25159b2efa
commit 5910b103d9
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ output(ostream &out) const {
out << get_mouse_mode() << " ";
}
if (has_parent_window()) {
out << get_parent_window() << " ";
out << "parent:" << get_parent_window() << " ";
}
}