Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
100
cde/programs/dtsession/SmProtocol.h
Normal file
100
cde/programs/dtsession/SmProtocol.h
Normal file
@@ -0,0 +1,100 @@
|
||||
/* $TOG: SmProtocol.h /main/7 1998/08/05 13:38:42 samborn $ */
|
||||
/************************************<+>*************************************
|
||||
****************************************************************************
|
||||
**
|
||||
** File: SmProtocol.h
|
||||
**
|
||||
** Project: HP DT
|
||||
**
|
||||
** Description
|
||||
** -----------
|
||||
** Variables and declarations needed for
|
||||
** Protocol Handling for the session manager
|
||||
**
|
||||
**
|
||||
****************************************************************************
|
||||
************************************<+>*************************************/
|
||||
/*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1990, 1993, 1994, 1996 Hewlett-Packard Company
|
||||
* (c) Copyright 1993, 1994, 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1993, 1994, 1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1993, 1994, 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
#ifndef _smprotocol_h
|
||||
#define _smprotocol_h
|
||||
|
||||
/*
|
||||
* #include statements
|
||||
*/
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
|
||||
/*
|
||||
* #define statements
|
||||
*/
|
||||
|
||||
/*
|
||||
* Property types used by the session manager not defined elsewhere
|
||||
*/
|
||||
#define _XA_WM_PROTOCOLS "WM_PROTOCOLS"
|
||||
#define _XA_WM_STATE "WM_STATE"
|
||||
#define _XA_WM_SAVE_YOURSELF "WM_SAVE_YOURSELF"
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* typedef statements
|
||||
*/
|
||||
|
||||
/*
|
||||
* External variables
|
||||
*/
|
||||
|
||||
/*
|
||||
* Atoms interned by the session manager in order to communicate with
|
||||
* the other clients in the session
|
||||
*/
|
||||
extern Atom XaWmProtocols;
|
||||
extern Atom XaWmSaveYourself;
|
||||
extern Atom XaWmState;
|
||||
extern Atom XaWmDtHints;
|
||||
extern Atom XaSmSaveMode;
|
||||
extern Atom XaSmRestoreMode;
|
||||
extern Atom XaSmRestoreDir;
|
||||
extern Atom XaSmStartAckWindow;
|
||||
extern Atom XaSmStopAckWindow;
|
||||
extern Atom XaWmWindowAck;
|
||||
extern Atom XaWmExitSession;
|
||||
extern Atom XaWmLockDisplay;
|
||||
extern Atom XaWmReady;
|
||||
extern Atom XaSmWmProtocol;
|
||||
extern Atom XaVsmInfo;
|
||||
extern Atom XaDtSmStateInfo;
|
||||
extern Atom XaDtSmSaverInfo;
|
||||
extern Atom XaDtSmStmProtocol;
|
||||
extern Atom XaDtSmSaveToHome;
|
||||
extern Atom XaDtSmStateChange;
|
||||
extern Atom XaDtSmRestoreDefault;
|
||||
extern Atom XaDtSmLockChange;
|
||||
extern Atom XaDtSmScreenInfo;
|
||||
extern Atom XaDtSmAudioInfo;
|
||||
extern Atom XaDtSmKeyboardInfo;
|
||||
extern Atom XaDtSmFontInfo;
|
||||
extern Atom XaDtSmPointerInfo;
|
||||
extern Atom XaSmScreenSaveRet;
|
||||
extern Atom XaDtSmPreeditInfo;
|
||||
|
||||
/*
|
||||
* External Interface
|
||||
*/
|
||||
|
||||
|
||||
extern void InitProtocol(void);
|
||||
|
||||
|
||||
#endif /*_smprotocols_h*/
|
||||
/* DON'T ADD ANYTHING AFTER THIS #endif */
|
||||
Reference in New Issue
Block a user