summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_System_Driver.H14
1 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H
index e9f0f38c6..8ad8bb1f2 100644
--- a/FL/Fl_System_Driver.H
+++ b/FL/Fl_System_Driver.H
@@ -55,13 +55,13 @@ public:
virtual ~Fl_System_Driver();
// These flags are useful after calling XParseGeometry(). They indicate which of its arguments
// contain meaningful data upon return.
- static const int flNoValue;
- static const int flWidthValue;
- static const int flHeightValue;
- static const int flXValue;
- static const int flYValue;
- static const int flXNegative;
- static const int flYNegative;
+ static const int fl_NoValue;
+ static const int fl_WidthValue;
+ static const int fl_HeightValue;
+ static const int fl_XValue;
+ static const int fl_YValue;
+ static const int fl_XNegative;
+ static const int fl_YNegative;
// implement if the system adds unwanted program argument(s)
virtual int single_arg(const char *arg) { return 0; }