1 | /* |
---|
2 | * (c) Copyright 1989, 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC. |
---|
3 | * ALL RIGHTS RESERVED |
---|
4 | */ |
---|
5 | /* |
---|
6 | * Motif Release 1.2.3 |
---|
7 | */ |
---|
8 | /* $RCSfile: WmProperty.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:23 $ */ |
---|
9 | /* |
---|
10 | * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */ |
---|
11 | |
---|
12 | #ifdef _NO_PROTO |
---|
13 | extern SizeHints * GetNormalHints (); |
---|
14 | extern void ProcessWmProtocols (); |
---|
15 | extern void ProcessMwmMessages (); |
---|
16 | extern void SetMwmInfo (); |
---|
17 | extern PropWMState * GetWMState (); |
---|
18 | extern void SetWMState (); |
---|
19 | extern PropMwmHints * GetMwmHints (); |
---|
20 | extern PropMwmInfo * GetMwmInfo (); |
---|
21 | extern void ProcessWmColormapWindows (); |
---|
22 | extern Colormap FindColormap (); |
---|
23 | extern MenuItem * GetMwmMenuItems (); |
---|
24 | #else /* _NO_PROTO */ |
---|
25 | extern SizeHints * GetNormalHints (ClientData *pCD); |
---|
26 | extern void ProcessWmProtocols (ClientData *pCD); |
---|
27 | extern void ProcessMwmMessages (ClientData *pCD); |
---|
28 | extern void SetMwmInfo (Window propWindow, long flags, Window wmWindow); |
---|
29 | extern PropWMState * GetWMState (Window window); |
---|
30 | extern void SetWMState (Window window, int state, Window icon); |
---|
31 | extern PropMwmHints * GetMwmHints (ClientData *pCD); |
---|
32 | extern PropMwmInfo * GetMwmInfo (Window rootWindowOfScreen); |
---|
33 | extern void ProcessWmColormapWindows (ClientData *pCD); |
---|
34 | extern Colormap FindColormap (ClientData *pCD, Window window); |
---|
35 | extern MenuItem * GetMwmMenuItems (ClientData *pCD); |
---|
36 | #endif /* _NO_PROTO */ |
---|