meant to use the define. sorry
git-svn-id: svn://10.0.0.236/trunk@55883 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4338,7 +4338,7 @@ nsWindow::Flash() {
|
||||
// If window is in foreground, no notification is necessary.
|
||||
if ( GetForegroundWindow() != mWnd ) {
|
||||
// Kick off timer that does single flash till window comes to foreground.
|
||||
SetTimer( mWnd, NS_FLASH_TIMER_ID, GetCaretBlinkTime(), ((int (__stdcall*)(void))nsFlashTimerFunc) );
|
||||
SetTimer( mWnd, NS_FLASH_TIMER_ID, GetCaretBlinkTime(), (TIMERPROC)nsFlashTimerFunc );
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user