Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / xutil.h
index c22f7e80e05e5499bc952abed9c8154aac5ac293..0d34c52313523f23f1bc51e9d2bcbafa90a8e461 100644 (file)
@@ -48,7 +48,7 @@ typedef struct {
   Window self,Parent;
   unsigned long  color;
   char   *text;
-  bool   bFocus;
+  gmx_bool   bFocus;
   int    x,y,width,height,bwidth;
   Cursor cursor;
 } t_windata;
@@ -87,9 +87,9 @@ extern void PushMouse(Display *disp, Window dest, int x, int y);
 
 extern void PopMouse(Display *disp);
 
-extern bool HelpPressed(XEvent *event);
+extern gmx_bool HelpPressed(XEvent *event);
 
-extern bool GrabOK(FILE *out, int err);
+extern gmx_bool GrabOK(FILE *out, int err);
 /* Return TRUE if grab succeeded, prints a message to out 
  * and returns FALSE otherwise.
  */