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:
mjudge%netscape.com
1999-12-11 00:35:10 +00:00
parent 29a679225a
commit 0c869fbdc6

View File

@@ -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;