|
|
@ -1302,6 +1302,8 @@ void plClient::IIncProgress (hsScalar byHowMuch, const char * text) |
|
|
|
//============================================================================
|
|
|
|
//============================================================================
|
|
|
|
void plClient::IStartProgress( const char *title, hsScalar len ) |
|
|
|
void plClient::IStartProgress( const char *title, hsScalar len ) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
plInputManager::SetRecenterMouse(false); |
|
|
|
|
|
|
|
|
|
|
|
if (fProgressBar) |
|
|
|
if (fProgressBar) |
|
|
|
{ |
|
|
|
{ |
|
|
|
fProgressBar->SetLength(fProgressBar->GetMax()+len); |
|
|
|
fProgressBar->SetLength(fProgressBar->GetMax()+len); |
|
|
@ -2207,7 +2209,6 @@ void plClient::ResetDisplayDevice(int Width, int Height, int ColorDepth, hsBool |
|
|
|
else |
|
|
|
else |
|
|
|
{ |
|
|
|
{ |
|
|
|
SetWindowPos( fWindowHndl, HWND_TOP, 0, 0, Width, Height, flags ); |
|
|
|
SetWindowPos( fWindowHndl, HWND_TOP, 0, 0, Width, Height, flags ); |
|
|
|
::ClipCursor(nil); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
WindowActivate(true); |
|
|
|
WindowActivate(true); |
|
|
|