Revision 9757,
1.1 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, 1993 OPEN SOFTWARE FOUNDATION, INC. |
---|
3 | * ALL RIGHTS RESERVED |
---|
4 | */ |
---|
5 | /* |
---|
6 | * Motif Release 1.2.2 |
---|
7 | */ |
---|
8 | /* $RCSfile: WmCPlace.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:17 $ */ |
---|
9 | /* |
---|
10 | * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */ |
---|
11 | |
---|
12 | #ifdef _NO_PROTO |
---|
13 | extern void PlaceWindowInteractively (); |
---|
14 | extern void DoPlacement (); |
---|
15 | extern void SetupPlacement (); |
---|
16 | extern void HandlePlacementKeyEvent (); |
---|
17 | extern void HandlePlacementButtonEvent (); |
---|
18 | extern void HandlePlacementMotionEvent (); |
---|
19 | extern void StartInteractiveSizing (); |
---|
20 | extern Bool IsRepeatedKeyEvent (); |
---|
21 | #else /* _NO_PROTO */ |
---|
22 | extern void PlaceWindowInteractively (ClientData *pcd); |
---|
23 | extern void DoPlacement (ClientData *pcd); |
---|
24 | extern void SetupPlacement (ClientData *pcd); |
---|
25 | extern void HandlePlacementKeyEvent (ClientData *pcd, XKeyEvent *pev); |
---|
26 | extern void HandlePlacementButtonEvent (XButtonEvent *pev); |
---|
27 | extern void HandlePlacementMotionEvent (ClientData *pcd, XMotionEvent *pev); |
---|
28 | extern void StartInteractiveSizing (ClientData *pcd, Time time); |
---|
29 | extern Bool IsRepeatedKeyEvent (Display *dpy, XEvent *pEvent, char *pOldEvent); |
---|
30 | #endif /* _NO_PROTO */ |
---|
Note: See
TracBrowser
for help on using the repository browser.