Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / xdlghi.h
index e8d353df1910ba689c9934c9b30d1bd5e0a5220c..7e9ed807abbec2ac8364f1c5ee05d477ac91d888 100644 (file)
@@ -69,7 +69,7 @@ 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, bool bAutoPosition,bool bUseMon,
+                     int x0, int y0, gmx_bool bAutoPosition,gmx_bool bUseMon,
                      DlgCallback *cb,void *data);
 /* Read a dialog box from a template file */