diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-03-31 10:58:03 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-03-31 10:58:03 +0200 |
| commit | 2a6e9d9493c37de1972953afe9dfb88a2352bab9 (patch) | |
| tree | 0427b6661e1d16b2684551edd2ba4eecc3fdb7ba /src/drivers | |
| parent | 778a4577d4db949db3f0aadc32fc227ac025bc56 (diff) | |
Fl_X11_System_Driver::probe_for_GTK() is now Fl_Posix_System_Driver::probe_for_GTK()
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_Printer_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx index 904c6d334..b93a5ec28 100644 --- a/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_Printer_Driver.cxx @@ -98,7 +98,7 @@ void *Fl_GTK_Printer_Driver::ptr_gtk = NULL; // test wether GTK is available at run-time bool Fl_GTK_Printer_Driver::probe_for_GTK() { - return Fl_X11_System_Driver::probe_for_GTK(2, 10, &ptr_gtk); + return Fl_Posix_System_Driver::probe_for_GTK(2, 10, &ptr_gtk); } |
