mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
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
This commit is contained in:
+4
-3
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// "$Id: fractals.cxx,v 1.4 1999/01/07 19:17:54 mike Exp $"
|
||||
// "$Id: fractals.cxx,v 1.5 1999/01/19 19:10:39 mike Exp $"
|
||||
//
|
||||
// Fractal drawing demo for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
@@ -796,11 +796,12 @@ int main(int argc, char** argv)
|
||||
myGLInit();
|
||||
MenuInit();
|
||||
|
||||
glutMainLoop(); // must use this rather than Fl::run if glutIdleFunc is used
|
||||
glutMainLoop(); // you could use Fl::run() instead
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
// End of "$Id: fractals.cxx,v 1.4 1999/01/07 19:17:54 mike Exp $".
|
||||
// End of "$Id: fractals.cxx,v 1.5 1999/01/19 19:10:39 mike Exp $".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user