diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Input.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index 4ef6fcfbb..970a41481 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -257,6 +257,7 @@ class FL_EXPORT Fl_Input : public Fl_Input_ { protected: void draw() FL_OVERRIDE; int handle_key(); + int handle_rmb(); public: int handle(int) FL_OVERRIDE; |
