Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / pulldown.h
index e36fe27d1ff79fd5b93c9aa0cd2178ad9ee3f8d4..c7c6b85fdd5dcbf1458cbc5eff819bb28245f1df 100644 (file)
@@ -69,7 +69,7 @@ extern t_pulldown *init_pd(t_x11 *x11,Window Parent,int width,int height,
 extern void hide_pd(t_x11 *x11,t_pulldown *pd);
 /* Hides any menu that is still on the screen when it shouldn't */
 
-extern void check_pd_item(t_pulldown *pd,int nreturn,bool bStatus);
+extern void check_pd_item(t_pulldown *pd,int nreturn,gmx_bool bStatus);
 /* Set the bChecked field in the pd item with return code
  * nreturn to bStatus. This function must always be called when
  * the bChecked flag has to changed.