summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
commit1aecada52cd42120137dda305c263fde27518352 (patch)
tree3f4b5fb11f9bdb95ea9bed51862b7d869de3ce75 /FL/Fl.H
parent019f933251bc5b49a297dfe28ca8623de71c5bd3 (diff)
DLL changes (still some more to go...)
Move BMP, GIF, and PNM image loaders to fltkimages project. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H12
1 files changed, 8 insertions, 4 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 2c266dc06..03a320d98 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.H,v 1.8.2.11.2.20 2002/08/09 01:09:48 easysw Exp $"
+// "$Id: Fl.H,v 1.8.2.11.2.21 2002/08/14 16:19:47 easysw Exp $"
//
// Main header file for the Fast Light Tool Kit (FLTK).
//
@@ -51,8 +51,12 @@ class FL_EXPORT Fl {
public: // should be private!
static int e_number;
- static int e_x,e_y,e_x_root,e_y_root;
- static int e_dx, e_dy;
+ static int e_x;
+ static int e_y;
+ static int e_x_root;
+ static int e_y_root;
+ static int e_dx;
+ static int e_dy;
static int e_state;
static int e_clicks;
static int e_is_click;
@@ -258,5 +262,5 @@ public:
#endif // !Fl_H
//
-// End of "$Id: Fl.H,v 1.8.2.11.2.20 2002/08/09 01:09:48 easysw Exp $".
+// End of "$Id: Fl.H,v 1.8.2.11.2.21 2002/08/14 16:19:47 easysw Exp $".
//