]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / GUI / dialog.hxx
index 6e2ad42bc916dc88a6aeae7d31080d3eb9584754..0bad5ad18c60c778045dc7b12bd99d8b463d0600 100644 (file)
@@ -150,6 +150,10 @@ private:
     // last position.
     SGPropertyNode_ptr _props;
 
+    // Nasal module.
+    string _module;
+    SGPropertyNode_ptr _nasal_close;
+
     // PUI provides no way for userdata to be deleted automatically
     // with a GUI object, so we have to keep track of all the special
     // data we allocated and then free it manually when the dialog