summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Output.H
blob: cd375ca7752ffe192dc644531db80b1c11d0e130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef Fl_Output_H
#define Fl_Output_H

#include "Fl_Input.H"
#include <fltk/Output.h>
typedef fltk::Output Fl_Output;

enum {
  FL_NORMAL_OUTPUT	= fltk::Input::NORMAL,
  FL_MULTILINE_OUTPUT	= fltk::Input::MULTILINE,
  FL_MULTILINE_OUTPUT_WRAP = fltk::Input::WORDWRAP
};

#endif