diff options
| author | Manolo Gouy <Manolo> | 2017-06-01 14:05:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-06-01 14:05:47 +0000 |
| commit | 90efebb97e5a97514cfdeb92bdf0bc462099b4cd (patch) | |
| tree | ea211f7ae6836411d57d3632faf3c26171607d8c /src/Fl_x.cxx | |
| parent | 3a390bfb5fd2dc0c0b034c262cf79a6fb1db1e5f (diff) | |
Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part followed by a platform-independent part.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12245 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index ac56e64aa..8f0f01651 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -601,7 +601,7 @@ void Fl_X11_Screen_Driver::disable_im() { fl_xim_deactivate(); } -void Fl_X11_Screen_Driver::open_display() { +void Fl_X11_Screen_Driver::open_display_platform() { if (fl_display) return; setlocale(LC_CTYPE, ""); |
