diff options
| author | Manolo Gouy <Manolo> | 2016-03-28 16:17:39 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-28 16:17:39 +0000 |
| commit | 4fbbab8b41f4775752587f18c7d1b32bbd947c27 (patch) | |
| tree | 2b00fbd77ab8778f586bbe861cf715ffedee608f /src/drivers/Darwin/Fl_Darwin_System_Driver.H | |
| parent | 28d1a2d6848d5abe555fd0ddae8b57cec6f900ca (diff) | |
Rewrite Fl_compose.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Darwin/Fl_Darwin_System_Driver.H')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index a95bac019..61a7c961e 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -43,6 +43,7 @@ class Fl_Darwin_System_Driver : public Fl_System_Driver public: virtual int single_arg(const char *arg); virtual int arg_and_value(const char *name, const char *value); + virtual int compose(int &del); }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
