(svn r22820) -Codechange: perform a full (re)draw cycle in the first draw during progress instead of waiting 200ms

This commit is contained in:
rubidium
2011-08-24 12:18:53 +00:00
parent 38ad276acc
commit 70179db81e
6 changed files with 32 additions and 13 deletions

View File

@@ -26,10 +26,7 @@ static inline bool HasModalProgress()
return _in_modal_progress;
}
/**
* Set the modal progress state.
* @param state The new state; are we modal or not?
*/
bool IsFirstModalProgressLoop();
void SetModalProgress(bool state);
extern class ThreadMutex *_modal_progress_work_mutex;