]> git.lyx.org Git - lyx.git/blob - forms/bullet_forms.h.patch
stl_string_fwd.h checking improved again. Generalized version also in the works.
[lyx.git] / forms / bullet_forms.h.patch
1 --- bullet_forms.h      Thu Dec  4 12:33:14 1997
2 +++ ../src/bullet_forms.h       Thu Dec  4 12:34:48 1997
3 @@ -11,5 +11,11 @@
4  extern void InputBulletLaTeXCB(FL_OBJECT *, long);
5  extern void BulletDepthCB(FL_OBJECT *, long);
6  extern void BulletPanelCB(FL_OBJECT *, long);
7 +extern void BulletBMTableCB(FL_OBJECT *, long);
8 +
9 +
10 +/**** Additional routines ****/
11  
12 +extern void bulletForm();
13 +extern bool updateBulletForm(); 
14  
15 @@ -20,7 +39,7 @@
16         void *vdata;
17         char *cdata;
18         long  ldata;
19 -       FL_OBJECT *replace_this_with_a_BMTable;
20 +       FL_OBJECT *bmtable_bullet_panel;
21         FL_OBJECT *choice_bullet_size;
22         FL_OBJECT *button_ok;
23         FL_OBJECT *button_apply;