]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/combox.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / combox.h
index 046a45a2a6d5042f4e7c5582c68832a915254330..abdbcda638be2e2dd725626087a48eebeb02d099 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef FL_COMBOX_H
 #define FL_COMBOX_H
 
+#include "lyx_forms.h"
+
 #if defined(__cplusplus)
 extern "C"
 {
@@ -40,9 +42,9 @@ typedef enum {
 /** A function to create a combox widget.
  *  \param type is, as yet, unused. there is only one type of combox.
  *  \param x the x coordinate of the upper left hand corner of the widget,
- *  relative to the parent form'd origin.
+ *  relative to the parent form's origin.
  *  \param y the y coordinate of the upper left hand corner of the widget,
- *  relative to the parent form'd origin.
+ *  relative to the parent form's origin.
  *  \param w the widget's width
  *  \param h the widget's height
  *  \param label the widget's label as it appears on the GUI.
@@ -112,4 +114,4 @@ fl_hide_combox_browser(FL_OBJECT * ob);
 }
 #endif
 
-#endif /* not FL_COMBOX_H */
+#endif /* NOT FL_COMBOX_H */