Esempio n. 1
0
void CStdWindow::FlashWindow() {
#ifdef __APPLE__
  void requestUserAttention();
  requestUserAttention();
#endif
}
Esempio n. 2
0
void LLWindowMacOSX::flashIcon(F32 seconds)
{
	// For consistency with OS X conventions, the number of seconds given is ignored and
	// left up to the OS (which will actually bounce it for one second).
	requestUserAttention();
}