Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / nener.c
index 366947dbf9bd8f970160d48e700fe7148b6f4428..42b7d0d306e3fb6382ca289dfcfa006b0bda53f9 100644 (file)
@@ -90,7 +90,7 @@ static void DrawEGraph(t_x11 *x11,t_enerwin *ew)
   }
 }
 
-static bool EWCallBack(t_x11 *x11,XEvent *event, Window w, void *data)
+static gmx_bool EWCallBack(t_x11 *x11,XEvent *event, Window w, void *data)
 {
   t_enerwin *ew;
   int       i,x,y,width;