summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-26 19:35:20 +0000
committerManolo Gouy <Manolo>2016-09-26 19:35:20 +0000
commit1b3e273fa7c23b2cc6e9a8fa4e880d107d1e2837 (patch)
tree34888dbe45d2a82ec874c8e9585dd65e4e0c2509 /FL
parentaa8dc3ffe18e1c9c91c5e7045b3941553c5fd2c5 (diff)
Rename Fl_System_Driver::flNoValue to Fl_System_Driver::fl_NoValue to follow the CMP
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11988 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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; }