diff options
| author | Manolo Gouy <Manolo> | 2015-04-28 22:02:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-04-28 22:02:48 +0000 |
| commit | f9fa74e3af0b53102ade659a7a2aa12ddf9ee9a3 (patch) | |
| tree | 01b108a2daa98f5caa6dc3aa15c9067b95ae76fd /src/Fl_win32.cxx | |
| parent | 1c7daeca631f6bbf88b99f9ecd79a5cedd64f550 (diff) | |
Restored the possibility to call Fl::set_font()
in a global initializer (before main() starts).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10726 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 0bcd2e102..830a6c81d 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -87,10 +87,6 @@ static void fl_clipboard_notify_target(HWND wnd); static void fl_clipboard_notify_untarget(HWND wnd); // Internal variables -static Fl_GDI_Graphics_Driver fl_gdi_driver; -static Fl_Display_Device fl_gdi_display(&fl_gdi_driver); -Fl_Display_Device *Fl_Display_Device::_display = &fl_gdi_display; // the platform display - static HWND clipboard_wnd = 0; static HWND next_clipboard_wnd = 0; |
