Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtwm / WmPresence.h
1 /* $XConsortium: WmPresence.h /main/4 1995/11/01 11:48:09 rswiston $ */
2 #ifdef WSM
3 /* 
4  * (c) Copyright 1987, 1988, 1989, 1990, 1992 HEWLETT-PACKARD COMPANY 
5  * ALL RIGHTS RESERVED 
6 */ 
7 #ifdef REV_INFO
8 #ifndef lint
9 static char rcsid[] = ""
10 #endif
11 #endif
12
13 /********    Public Function Declarations    ********/
14
15 extern Boolean MakePresenceBox( 
16                         WmScreenData *pSD) ;
17 extern void ShowPresenceBox( 
18                         ClientData *pClient,
19                         Context wsContext) ;
20 extern void HidePresenceBox( 
21                         WmScreenData *pSD,
22                         Boolean  userDismissed) ;
23 extern MenuItem * GetPresenceBoxMenuItems( 
24                         WmScreenData *pSD) ;
25 extern void UpdatePresenceWorkspaces( WmScreenData *pSD );
26
27 /********    End Public Function Declarations    ********/
28 #endif /* WSM */