Browse Source

improve output

David Rose 18 years ago
parent
commit
5910b103d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/windowProperties.cxx

+ 1 - 1
panda/src/display/windowProperties.cxx

@@ -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() << " ";
   }
 
 }