diff options
| author | Manolo Gouy <Manolo> | 2016-04-07 16:54:20 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-07 16:54:20 +0000 |
| commit | 19b98e40de481349f88c02883a2330ed19ccd316 (patch) | |
| tree | 40346d9c13d70c2658406bcc7a5f0eedb83ec88b /src/drivers/Darwin/Fl_Darwin_System_Driver.H | |
| parent | 050dfb55045e81ff681982f3d429d9cf8850a606 (diff) | |
Rewrite filename_expand.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11553 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 0803f32d5..85c8a3fa3 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -69,6 +69,7 @@ public: virtual int event_key(int k); virtual int get_key(int k); virtual int filename_list(const char *d, dirent ***list, int (*sort)(struct dirent **, struct dirent **) ); + virtual const char *getpwnam(const char *login); }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
