source: trunk/third/mwm/WmProtocol.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: 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
13extern void SetupWmICCC ();
14extern void SendConfigureNotify ();
15extern void SendClientOffsetMessage ();
16extern void SendClientMsg ();
17extern Boolean AddWmTimer ();
18extern void DeleteClientWmTimers ();
19extern void TimeoutProc ();
20#else /* _NO_PROTO */
21extern void SetupWmICCC (void);
22extern void SendConfigureNotify (ClientData *pCD);
23extern void SendClientOffsetMessage (ClientData *pCD);
24extern void SendClientMsg (Window window, long type, long data0, Time time, long *pData, int dataLen);
25extern Boolean AddWmTimer (unsigned int timerType, unsigned long timerInterval, ClientData *pCD);
26extern void DeleteClientWmTimers (ClientData *pCD);
27extern void TimeoutProc (caddr_t client_data, XtIntervalId *id);
28#endif /* _NO_PROTO */
Note: See TracBrowser for help on using the repository browser.