Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITLoginItem.h
1 /*
2  *      ITKit
3  *      ITLoginItem.h
4  *
5  *      Functions for adding applications to the user's list of applications that
6  *              are automatically launched on login.
7  *
8  *      Copyright (c) 2005 iThink Software
9  *
10  */
11
12 #import <Cocoa/Cocoa.h>
13
14 //These functions check for a match with just the lastPathComponent, so it will handle people moving the app
15 extern void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
16 extern BOOL ITDoesApplicationLaunchOnLogin(NSString *path);