コード例 #1
0
ファイル: aplus_main.c プロジェクト: PlanetAPL/a-plus
static void xi(C* argv0)
{
	ovliInstall();
	dyldSlowInstall(argv0);	/* both dyme 0 and dyme 2 */
	esfInstall();
#if !defined(_INTERPRETER_ONLY)
	CppInstall();
#endif
	cInstall();
	sysInstall();
	binaryInstall();
#if !defined(_INTERPRETER_ONLY)
	/* TK set backing store */
	s_backingStoreOption(_backing_store);
	XaInstall();
	if (_load_s) sInstall();
	ipcInstall();
#endif

	return;
}
コード例 #2
0
ファイル: trayicon.cpp プロジェクト: AlekSi/Jabbin
/**
  Shows the icon in the system tray.

  \sa hide
*/
void TrayIcon::show()
{
    sysInstall();
}