mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
switch from using Sleep/usleep to Glib::usleep() (and remember that we need to make Glib::usleep() actually work on windows one day)
This commit is contained in:
parent
0258f2958b
commit
69df7763a1
8 changed files with 12 additions and 11 deletions
|
|
@ -93,7 +93,7 @@ ExportRangeMarkersDialog::process_range_markers_export(Locations::LocationList&
|
|||
if(gtk_events_pending()){
|
||||
gtk_main_iteration();
|
||||
}else {
|
||||
usleep(10000);
|
||||
Glib::usleep(10000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue