diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 20:09:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-02 20:09:25 +0000 |
| commit | 2d3fd88eeb985c2d4cdb9659767fd0d970631ce8 (patch) | |
| tree | fbe45b470d4eb1079578a0877cebfddf2d4c7d03 /FL | |
| parent | 9d81d971f7861da5f558ecd797cf0aa575288dc9 (diff) | |
More mouse wheel stuff (as compatible as possible with the 2.0 code...)
Updated the makefile to use config.status --recheck before calling
config.status (why they can't provide one that does both, I don't
know...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1540 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ // -// "$Id: Fl.H,v 1.8.2.11 2001/01/22 15:13:37 easysw Exp $" +// "$Id: Fl.H,v 1.8.2.11.2.1 2001/08/02 20:09:25 easysw Exp $" // // Main header file for the Fast Light Tool Kit (FLTK). // @@ -46,6 +46,7 @@ class Fl { public: // should be private! static FL_EXPORT int e_x,e_y,e_x_root,e_y_root; + static FL_EXPORT int e_dx, e_dy; static FL_EXPORT int e_state; static FL_EXPORT int e_clicks; static FL_EXPORT int e_is_click; @@ -217,5 +218,5 @@ public: #endif // -// End of "$Id: Fl.H,v 1.8.2.11 2001/01/22 15:13:37 easysw Exp $". +// End of "$Id: Fl.H,v 1.8.2.11.2.1 2001/08/02 20:09:25 easysw Exp $". // |
