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: WmProtocol.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:24 $ */ |
---|
9 | /* |
---|
10 | * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */ |
---|
11 | |
---|
12 | #ifdef _NO_PROTO |
---|
13 | extern void SetupWmICCC (); |
---|
14 | extern void SendConfigureNotify (); |
---|
15 | extern void SendClientOffsetMessage (); |
---|
16 | extern void SendClientMsg (); |
---|
17 | extern Boolean AddWmTimer (); |
---|
18 | extern void DeleteClientWmTimers (); |
---|
19 | extern void TimeoutProc (); |
---|
20 | #else /* _NO_PROTO */ |
---|
21 | extern void SetupWmICCC (void); |
---|
22 | extern void SendConfigureNotify (ClientData *pCD); |
---|
23 | extern void SendClientOffsetMessage (ClientData *pCD); |
---|
24 | extern void SendClientMsg (Window window, long type, long data0, Time time, long *pData, int dataLen); |
---|
25 | extern Boolean AddWmTimer (unsigned int timerType, unsigned long timerInterval, ClientData *pCD); |
---|
26 | extern void DeleteClientWmTimers (ClientData *pCD); |
---|
27 | extern void TimeoutProc (caddr_t client_data, XtIntervalId *id); |
---|
28 | #endif /* _NO_PROTO */ |
---|
Note: See
TracBrowser
for help on using the repository browser.