Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / g_showcol.c
index a1a4270fd3c76791f6c6622dc82b147d8a387e08..85e685c9c7166b852ca8eb6102fb0d5a161d27ac 100644 (file)
@@ -56,7 +56,7 @@ typedef struct {
   t_col     *col;
 } t_sc;
 
-static bool ColCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
+static gmx_bool ColCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
 {
   t_col     *col;
   XColor    *xc;
@@ -77,7 +77,7 @@ static bool ColCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
   return FALSE;
 }
 
-static bool BCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
+static gmx_bool BCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
 {
   t_sc  *sc;
   
@@ -105,7 +105,7 @@ static bool BCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
   return FALSE;
 }
 
-static bool scCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
+static gmx_bool scCallBack(struct t_x11 *x11,XEvent *event, Window w, void *data)
 {
   t_sc  *sc;
   int   i;