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

29
cde/programs/dtwm/WmIPC.h Normal file
View File

@@ -0,0 +1,29 @@
/* $TOG: WmIPC.h /main/5 1999/09/20 15:17:55 mgreess $ */
/*
* (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 void dtInitialize(
char *program_name,
XtAppContext appContext) ;
extern void dtInitializeMessaging( Widget ) ;
extern void dtCloseIPC( void ) ;
extern void dtReadyNotification( void ) ;
extern void WmStopWaiting( void ) ;
extern void dtSendWorkspaceModifyNotification(
WmScreenData *pSD,
Atom aWs,
int iType);
/******** End Public Function Declarations ********/
/**************************** eof ***************************/