diff options
| author | Manolo Gouy <Manolo> | 2016-03-29 19:41:14 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-29 19:41:14 +0000 |
| commit | fd600aa2396cc7fa0d4cd020cd318fbe6ef6e9b4 (patch) | |
| tree | 493be8570207f5c634e65679b9c610e4d3c4667d /src/Fl_System_Driver.cxx | |
| parent | eff92c82110b379e3c6bace9719e1bd0c35ce2f6 (diff) | |
Rewrite fl_utf8.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11467 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_System_Driver.cxx')
| -rw-r--r-- | src/Fl_System_Driver.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx index 9a372885d..3fab6bf68 100644 --- a/src/Fl_System_Driver.cxx +++ b/src/Fl_System_Driver.cxx @@ -214,6 +214,10 @@ int Fl_System_Driver::XParseGeometry(const char* string, int* x, int* y, return (mask); } +char *Fl_System_Driver::getenv(const char *v) { + return ::getenv(v); +} + // // End of "$Id$". // |
