Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / nleg.c
index e0c0251074e67564b16d10d4798d2afd9d5ac3b0..dbb4d17f22b4708d7c13deddd6f8c00846fc66a7 100644 (file)
@@ -133,7 +133,7 @@ void DrawLegend(t_x11 *x11,t_windata *Win)
   XSetForeground(x11->disp,x11->gc,x11->fg);
 }
 
-static bool LegWCallBack(t_x11 *x11,XEvent *event, Window w, void *data)
+static gmx_bool LegWCallBack(t_x11 *x11,XEvent *event, Window w, void *data)
 {
   t_legendwin *lw;