diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-19 19:10:39 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-19 19:10:39 +0000 |
| commit | 576f02c0637cdbb641be4b1073b44c64a2c02a94 (patch) | |
| tree | 578cf9053bbb5c2521a1eb1736a0a6944ce401a3 /fluid/Fl_Menu_Type.cxx | |
| parent | b2290975d4c70e66f58fdc462d0869e9e55cd317 (diff) | |
Fixes from Bill:
- Fluid fixes for menu item numbering and adding of #define stuff to
include file to prevent multiple inclusion.
- Fixed contrast function (again).
- Fixed fractals demo (not using glutMainLoop()...
git-svn-id: file:///fltk/svn/fltk/trunk@232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Menu_Type.cxx')
| -rw-r--r-- | fluid/Fl_Menu_Type.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx index ec4242ab1..d9aed45ce 100644 --- a/fluid/Fl_Menu_Type.cxx +++ b/fluid/Fl_Menu_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Menu_Type.cxx,v 1.9 1999/01/13 15:51:51 mike Exp $" +// "$Id: Fl_Menu_Type.cxx,v 1.10 1999/01/19 19:10:38 mike Exp $" // // Menu item code for the Fast Light Tool Kit (FLTK). // @@ -307,7 +307,7 @@ void Fl_Menu_Item_Type::write_code1() { if (extra_code(n) && !isdeclare(extra_code(n))) { if (!init) { init = 1; - write_c("%s{ Fl_Menu_Item* o = &%s[%d];\n", indent(), name, i); + write_c("%s{ Fl_Menu_Item* o = &%s[%d];\n", indent(), name, i); } write_c("%s %s\n", indent(), extra_code(n)); } @@ -529,5 +529,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) { } // -// End of "$Id: Fl_Menu_Type.cxx,v 1.9 1999/01/13 15:51:51 mike Exp $". +// End of "$Id: Fl_Menu_Type.cxx,v 1.10 1999/01/19 19:10:38 mike Exp $". // |
