Fl_X11_System_Driver::probe_for_GTK() is now Fl_Posix_System_Driver::probe_for_GTK()
This commit is contained in:
parent
778a4577d4
commit
2a6e9d9493
@ -879,7 +879,7 @@ return; }
|
||||
*/
|
||||
void Fl_GTK_Native_File_Chooser_Driver::probe_for_GTK_libs(void) {
|
||||
void *ptr_gtk;
|
||||
if ( !Fl_X11_System_Driver::probe_for_GTK(2, 4, &ptr_gtk)) {
|
||||
if ( !Fl_Posix_System_Driver::probe_for_GTK(2, 4, &ptr_gtk)) {
|
||||
did_find_GTK_libs = 0;
|
||||
return;
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user