Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / packages / palmunits / src / launcher.pp
Size: Mime:
{$MACRO ON}

(******************************************************************************
 *
 * Copyright (c) 1995-2000 Palm, Inc. or its subsidiaries.
 * All rights reserved.
 *
 * File: Launcher.h
 *
 * Release: Palm OS SDK 4.0 (63220)
 *
 * Description:
 *   These are the routines for the launcher.
 *
 * History:
 *    April 27, 1995 Created by Roger Flores
 *    July 21, 2000  Deleted (mostly) by Bob Ebert, old launcher dialog not supported
 *
 *****************************************************************************)

unit launcher;

interface

uses coretraps;

(************************************************************
 * Launcher procedures
 *************************************************************)

// We're leaving the trap in place for now, but it just does a SysUIAppSwitch to
// launch the real launcher.  --Bob 21-Jul-00

procedure SysAppLauncherDialog; syscall sysTrapSysAppLauncherDialog;

implementation

end.