diff options
| author | Manolo Gouy <Manolo> | 2018-11-28 18:01:02 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-11-28 18:01:02 +0000 |
| commit | 91bb8bce1f1156712ca01e52ea0f9b27f82e4804 (patch) | |
| tree | 92e45707fbef1ea67b9aa66398418cfc0d4f7548 /src/Fl_Screen_Driver.cxx | |
| parent | 46f08f6d21aa55f8c6539d2a0191622ef6464c5f (diff) | |
Create default implementation of Fl_Screen_Driver::get_system_scheme() and use it for macOS and Windows.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Screen_Driver.cxx')
| -rw-r--r-- | src/Fl_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Screen_Driver.cxx b/src/Fl_Screen_Driver.cxx index 3411e8bc6..cb89ec2b8 100644 --- a/src/Fl_Screen_Driver.cxx +++ b/src/Fl_Screen_Driver.cxx @@ -137,7 +137,7 @@ int Fl_Screen_Driver::screen_num(int x, int y, int w, int h) const char *Fl_Screen_Driver::get_system_scheme() { - return 0L; + return fl_getenv("FLTK_SCHEME"); } /** The bullet character used by default by Fl_Secret_Input */ |
