improve output
This commit is contained in:
parent
25159b2efa
commit
5910b103d9
|
|
@ -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() << " ";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue