summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_System_Driver.H')
-rw-r--r--src/Fl_System_Driver.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H
index e8930486e..0abab55df 100644
--- a/src/Fl_System_Driver.H
+++ b/src/Fl_System_Driver.H
@@ -84,6 +84,8 @@ public:
static const int fl_YValue;
static const int fl_XNegative;
static const int fl_YNegative;
+ static int command_key;
+ static int control_key;
// implement if the system adds unwanted program argument(s)
virtual int single_arg(const char *) { return 0; }