source: trunk/third/mwm/WmProperty.h @ 9757

Revision 9757, 1.3 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.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
13extern SizeHints * GetNormalHints ();
14extern void ProcessWmProtocols ();
15extern void ProcessMwmMessages ();
16extern void SetMwmInfo ();
17extern PropWMState * GetWMState ();
18extern void SetWMState ();
19extern PropMwmHints * GetMwmHints ();
20extern PropMwmInfo * GetMwmInfo ();
21extern void ProcessWmColormapWindows ();
22extern Colormap FindColormap ();
23extern MenuItem * GetMwmMenuItems ();
24#else /* _NO_PROTO */
25extern SizeHints * GetNormalHints (ClientData *pCD);
26extern void ProcessWmProtocols (ClientData *pCD);
27extern void ProcessMwmMessages (ClientData *pCD);
28extern void SetMwmInfo (Window propWindow, long flags, Window wmWindow);
29extern PropWMState * GetWMState (Window window);
30extern void SetWMState (Window window, int state, Window icon);
31extern PropMwmHints * GetMwmHints (ClientData *pCD);
32extern PropMwmInfo * GetMwmInfo (Window rootWindowOfScreen);
33extern void ProcessWmColormapWindows (ClientData *pCD);
34extern Colormap FindColormap (ClientData *pCD, Window window);
35extern MenuItem * GetMwmMenuItems (ClientData *pCD);
36#endif /* _NO_PROTO */
Note: See TracBrowser for help on using the repository browser.