(svn r22820) -Codechange: perform a full (re)draw cycle in the first draw during progress instead of waiting 200ms
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user