Moved ngmx to C++, renamed it to view.
[alexxy/gromacs.git] / src / programs / view / xdlghi.h
similarity index 92%
rename from src/ngmx/xdlghi.h
rename to src/programs/view/xdlghi.h
index 1bf5e18955f42ebad571464be41b607c88d9302e..376ddc718dd1d74078f6b5f1bbd7d3c7fb28cc9f 100644 (file)
@@ -9,7 +9,7 @@
  *                        VERSION 3.2.0
  * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
- * Copyright (c) 2001-2004, The GROMACS development team,
+ * Copyright (c) 2001-2013, The GROMACS development team,
  * check out http://www.gromacs.org for more information.
 
  * This program is free software; you can redistribute it and/or
@@ -68,8 +68,8 @@ extern t_dlgitem **CreateDlgitemGroup(t_x11 *x11, const char *szTitle,
  */
 
 extern t_dlg *ReadDlg(t_x11 *x11, Window Parent, const char *title,
-                      unsigned long fg, unsigned long bg, const char *infile,
-                      int x0, int y0, gmx_bool bAutoPosition, gmx_bool bUseMon,
+                      const char *infile,
+                      int x0, int y0, bool bAutoPosition, bool bUseMon,
                       DlgCallback *cb, void *data);
 /* Read a dialog box from a template file */