forked from amix/photoshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UGhost.p.inc
29 lines (19 loc) · 897 Bytes
/
UGhost.p.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{Photoshop version 1.0.1, file: UGhost.p.inc
Computer History Museum, www.computerhistory.org
This material is (C)Copyright 1990 Adobe Systems Inc.
It may not be distributed to third parties.
It is licensed for non-commercial use according to
www.computerhistory.org/softwarelicense/photoshop/ }
PROCEDURE InitGhosts; EXTERNAL;
PROCEDURE MoveGhostsForward; EXTERNAL;
FUNCTION FrontVisible: WindowPtr; EXTERNAL;
FUNCTION IsGhostWindow (wp: WindowPtr): BOOLEAN; EXTERNAL;
PROCEDURE MakeIntoGhost (wp: WindowPtr; ghost: BOOLEAN); EXTERNAL;
PROCEDURE HiliteGhosts (state: BOOLEAN); EXTERNAL;
PROCEDURE MySelectWindow (theWindow: WindowPtr); EXTERNAL;
PROCEDURE MyDragWindow (theWindow: WindowPtr;
startPt: Point;
bounds: Rect); EXTERNAL;
FUNCTION ToggleGhosts: BOOLEAN; EXTERNAL;
FUNCTION NewGhostWindow (itsRsrcID: INTEGER;
itsView: TView): TWindow; EXTERNAL;