Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
/* $XConsortium: WmPresence.h /main/4 1995/11/01 11:48:09 rswiston $ */
#ifdef WSM
/*
* (c) Copyright 1987, 1988, 1989, 1990, 1992 HEWLETT-PACKARD COMPANY
* ALL RIGHTS RESERVED
*/
#ifdef REV_INFO
#ifndef lint
static char rcsid[] = ""
#endif
#endif
/******** Public Function Declarations ********/
extern Boolean MakePresenceBox(
WmScreenData *pSD) ;
extern void ShowPresenceBox(
ClientData *pClient,
Context wsContext) ;
extern void HidePresenceBox(
WmScreenData *pSD,
Boolean userDismissed) ;
extern MenuItem * GetPresenceBoxMenuItems(
WmScreenData *pSD) ;
extern void UpdatePresenceWorkspaces( WmScreenData *pSD );
/******** End Public Function Declarations ********/
#endif /* WSM */