source: NonGTP/glut/FLTK/include/FL/Fl_Output.H @ 814

Revision 814, 281 bytes checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
1#ifndef Fl_Output_H
2#define Fl_Output_H
3
4#include "Fl_Input.H"
5#include <fltk/Output.h>
6typedef fltk::Output Fl_Output;
7
8enum {
9  FL_NORMAL_OUTPUT      = fltk::Input::NORMAL,
10  FL_MULTILINE_OUTPUT   = fltk::Input::MULTILINE,
11  FL_MULTILINE_OUTPUT_WRAP = fltk::Input::WORDWRAP
12};
13
14#endif
15
Note: See TracBrowser for help on using the repository browser.