Exemplo n.º 1
0
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;
}
Exemplo n.º 2
0
/**
  Shows the icon in the system tray.

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