Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtwm / WmProtocol.h
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 /*   $XConsortium: WmProtocol.h /main/4 1995/11/01 11:49:37 rswiston $ */
9 /*
10  * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */
11
12 extern void SetupWmICCC (void);
13 extern void SendConfigureNotify (ClientData *pCD);
14 extern void SendClientOffsetMessage (ClientData *pCD);
15 extern void SendClientMsg (Window window, long type, long data0, Time time, long *pData, int dataLen);
16 extern Boolean AddWmTimer (unsigned int timerType, unsigned long timerInterval, ClientData *pCD);
17 extern void DeleteClientWmTimers (ClientData *pCD);
18 extern void TimeoutProc (caddr_t client_data, XtIntervalId *id);