Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 351963
Collapse All | Expand All

(-)octave-3.2.4/src/DLD-FUNCTIONS/fltk_backend.cc (-7 / +8 lines)
Lines 40-45 Link Here
40
#include <sstream>
40
#include <sstream>
41
#include <iostream>
41
#include <iostream>
42
42
43
#include "cmd-edit.h"
44
#include "defun-dld.h"
45
#include "error.h"
46
#include "gl-render.h"
47
#include "graphics.h"
48
#include "parse.h"
49
#include "variables.h"
50
43
#include <FL/Fl.H>
51
#include <FL/Fl.H>
44
#include <FL/Fl_Window.H>
52
#include <FL/Fl_Window.H>
45
#include <FL/Fl_Output.H>
53
#include <FL/Fl_Output.H>
Lines 54-66 Link Here
54
#undef max
62
#undef max
55
#endif
63
#endif
56
64
57
#include "cmd-edit.h"
58
#include "defun-dld.h"
59
#include "error.h"
60
#include "gl-render.h"
61
#include "graphics.h"
62
#include "parse.h"
63
#include "variables.h"
64
65
65
#define FLTK_BACKEND_NAME "fltk"
66
#define FLTK_BACKEND_NAME "fltk"
66
67

Return to bug 351963