David Rose před 18 roky
rodič
revize
5910b103d9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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() << " ";
     out << get_mouse_mode() << " ";
   }
   }
   if (has_parent_window()) {
   if (has_parent_window()) {
-    out << get_parent_window() << " ";
+    out << "parent:" << get_parent_window() << " ";
   }
   }
 
 
 }
 }