Revision 773,
647 bytes
checked in by gumbau, 19 years ago
(diff) |
FLTK imported to SVN repository to be linked agains the GeoTool? application
|
Rev | Line | |
---|
[773] | 1 | // This emulation header was designed to get flwm to compile. It |
---|
| 2 | // probably does not work for any other x fltk program. |
---|
| 3 | |
---|
| 4 | #ifndef Fl_X_H |
---|
| 5 | #define Fl_X_H |
---|
| 6 | |
---|
| 7 | #include "Enumerations.H" |
---|
| 8 | #include <fltk/x.h> |
---|
| 9 | |
---|
| 10 | #define Fl_X fltk::CreatedWindow |
---|
| 11 | #define fl_display fltk::xdisplay |
---|
| 12 | #define fl_screen fltk::xscreen |
---|
| 13 | #define fl_xevent (&fltk::xevent) |
---|
| 14 | #define fl_colormap fltk::xcolormap |
---|
| 15 | #define fl_open_display fltk::open_display |
---|
| 16 | #define fl_visual fltk::xvisual |
---|
| 17 | #define fl_xid(w) fltk::xid(w) |
---|
| 18 | #define fl_event_time fltk::event_time |
---|
| 19 | #define fl_xpixel(x) fltk::xpixel(x) |
---|
| 20 | #define fl_window fltk::xwindow |
---|
| 21 | #define fl_gc fltk::gc |
---|
| 22 | #define fl_xfont fltk::xfont() |
---|
| 23 | |
---|
| 24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.