source: trunk/third/mwm/WmIPlace.h @ 9757

Revision 9757, 1.0 KB checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9756, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
3 * ALL RIGHTS RESERVED
4*/
5/*
6 * Motif Release 1.2
7*/
8/*   $RCSfile: WmIPlace.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:20 $ */
9/*
10 * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */
11
12#ifdef _NO_PROTO
13extern void InitIconPlacement ();
14extern int GetNextIconPlace ();
15extern void CvtIconPlaceToPosition ();
16extern int FindIconPlace ();
17extern int CvtIconPositionToPlace ();
18extern void PackRootIcons ();
19extern void MoveIconInfo ();
20#else /* _NO_PROTO */
21extern void InitIconPlacement (WmWorkspaceData *pWS);
22extern int GetNextIconPlace (IconPlacementData *pIPD);
23extern void CvtIconPlaceToPosition (IconPlacementData *pIPD, int place, int *pX, int *pY);
24extern int FindIconPlace (ClientData *pCD, IconPlacementData *pIPD, int x, int y);
25extern int CvtIconPositionToPlace (IconPlacementData *pIPD, int x, int y);
26extern void PackRootIcons (void);
27extern void MoveIconInfo (IconPlacementData *pIPD, int p1, int p2);
28#endif /* _NO_PROTO */
Note: See TracBrowser for help on using the repository browser.