mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Use Glib::usleep in export_dialog.cc for portability
This commit is contained in:
parent
32320ec31d
commit
981e7e7fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ ExportDialog::show_progress ()
|
||||||
if (gtk_events_pending()) {
|
if (gtk_events_pending()) {
|
||||||
gtk_main_iteration ();
|
gtk_main_iteration ();
|
||||||
} else {
|
} else {
|
||||||
usleep (10000);
|
Glib::usleep (10000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue