From c720aae51515907ae82ee02df80bd084f291d4b1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 15 Mar 2022 06:42:06 +0100 Subject: Make hybrid Wayland/X11 platform. --- src/Fl_System_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl_System_Driver.H') 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; } -- cgit v1.2.3