Moved ngmx to C++, renamed it to view.
[alexxy/gromacs.git] / src / programs / view / pulldown.h
similarity index 97%
rename from src/ngmx/pulldown.h
rename to src/programs/view/pulldown.h
index 951cd4aaaef58e6308898904d6449124dbe78181..b122625a07b2e990c47a0fd9adb2e6c37f22f3e1 100644 (file)
@@ -47,7 +47,7 @@ typedef struct {
     const char **title;
 } t_pulldown;
 
-extern t_pulldown *init_pd(t_x11 *x11, Window Parent, int width, int height,
+extern t_pulldown *init_pd(t_x11 *x11, Window Parent, int width,
                            unsigned long fg, unsigned long bg,
                            int nmenu, int *nsub, t_mentry *ent[],
                            const char **title);
@@ -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, gmx_bool bStatus);
+extern void check_pd_item(t_pulldown *pd, int nreturn, 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.