コード例 #1
0
ファイル: StdSDLWindow.cpp プロジェクト: ev1313/clonk-rage
void CStdWindow::FlashWindow() {
#ifdef __APPLE__
  void requestUserAttention();
  requestUserAttention();
#endif
}
コード例 #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();
}