Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/X11/SM
File: SM.h
/*
[0] Fix | Delete
[1] Fix | Delete
Copyright 1993, 1998 The Open Group
[2] Fix | Delete
[3] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[4] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[5] Fix | Delete
the above copyright notice appear in all copies and that both that
[6] Fix | Delete
copyright notice and this permission notice appear in supporting
[7] Fix | Delete
documentation.
[8] Fix | Delete
[9] Fix | Delete
The above copyright notice and this permission notice shall be included in
[10] Fix | Delete
all copies or substantial portions of the Software.
[11] Fix | Delete
[12] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[13] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[14] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[15] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[16] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[17] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[18] Fix | Delete
[19] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[20] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[21] Fix | Delete
in this Software without prior written authorization from The Open Group.
[22] Fix | Delete
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
/*
[26] Fix | Delete
* Author: Ralph Mor, X Consortium
[27] Fix | Delete
*/
[28] Fix | Delete
[29] Fix | Delete
#ifndef _SM_H_
[30] Fix | Delete
#define _SM_H_
[31] Fix | Delete
[32] Fix | Delete
/*
[33] Fix | Delete
* Protocol Version
[34] Fix | Delete
*/
[35] Fix | Delete
[36] Fix | Delete
#define SmProtoMajor 1
[37] Fix | Delete
#define SmProtoMinor 0
[38] Fix | Delete
[39] Fix | Delete
[40] Fix | Delete
/*
[41] Fix | Delete
* Interact Style
[42] Fix | Delete
*/
[43] Fix | Delete
[44] Fix | Delete
#define SmInteractStyleNone 0
[45] Fix | Delete
#define SmInteractStyleErrors 1
[46] Fix | Delete
#define SmInteractStyleAny 2
[47] Fix | Delete
[48] Fix | Delete
[49] Fix | Delete
/*
[50] Fix | Delete
* Dialog Type
[51] Fix | Delete
*/
[52] Fix | Delete
[53] Fix | Delete
#define SmDialogError 0
[54] Fix | Delete
#define SmDialogNormal 1
[55] Fix | Delete
[56] Fix | Delete
[57] Fix | Delete
/*
[58] Fix | Delete
* Save Type
[59] Fix | Delete
*/
[60] Fix | Delete
[61] Fix | Delete
#define SmSaveGlobal 0
[62] Fix | Delete
#define SmSaveLocal 1
[63] Fix | Delete
#define SmSaveBoth 2
[64] Fix | Delete
[65] Fix | Delete
[66] Fix | Delete
/*
[67] Fix | Delete
* Restart Style Hints
[68] Fix | Delete
*/
[69] Fix | Delete
[70] Fix | Delete
#define SmRestartIfRunning 0
[71] Fix | Delete
#define SmRestartAnyway 1
[72] Fix | Delete
#define SmRestartImmediately 2
[73] Fix | Delete
#define SmRestartNever 3
[74] Fix | Delete
[75] Fix | Delete
[76] Fix | Delete
/*
[77] Fix | Delete
* Property names
[78] Fix | Delete
*/
[79] Fix | Delete
[80] Fix | Delete
#define SmCloneCommand "CloneCommand"
[81] Fix | Delete
#define SmCurrentDirectory "CurrentDirectory"
[82] Fix | Delete
#define SmDiscardCommand "DiscardCommand"
[83] Fix | Delete
#define SmEnvironment "Environment"
[84] Fix | Delete
#define SmProcessID "ProcessID"
[85] Fix | Delete
#define SmProgram "Program"
[86] Fix | Delete
#define SmRestartCommand "RestartCommand"
[87] Fix | Delete
#define SmResignCommand "ResignCommand"
[88] Fix | Delete
#define SmRestartStyleHint "RestartStyleHint"
[89] Fix | Delete
#define SmShutdownCommand "ShutdownCommand"
[90] Fix | Delete
#define SmUserID "UserID"
[91] Fix | Delete
[92] Fix | Delete
[93] Fix | Delete
/*
[94] Fix | Delete
* Property types
[95] Fix | Delete
*/
[96] Fix | Delete
[97] Fix | Delete
#define SmCARD8 "CARD8"
[98] Fix | Delete
#define SmARRAY8 "ARRAY8"
[99] Fix | Delete
#define SmLISTofARRAY8 "LISTofARRAY8"
[100] Fix | Delete
[101] Fix | Delete
[102] Fix | Delete
/*
[103] Fix | Delete
* SM minor opcodes
[104] Fix | Delete
*/
[105] Fix | Delete
[106] Fix | Delete
#define SM_Error 0
[107] Fix | Delete
#define SM_RegisterClient 1
[108] Fix | Delete
#define SM_RegisterClientReply 2
[109] Fix | Delete
#define SM_SaveYourself 3
[110] Fix | Delete
#define SM_SaveYourselfRequest 4
[111] Fix | Delete
#define SM_InteractRequest 5
[112] Fix | Delete
#define SM_Interact 6
[113] Fix | Delete
#define SM_InteractDone 7
[114] Fix | Delete
#define SM_SaveYourselfDone 8
[115] Fix | Delete
#define SM_Die 9
[116] Fix | Delete
#define SM_ShutdownCancelled 10
[117] Fix | Delete
#define SM_CloseConnection 11
[118] Fix | Delete
#define SM_SetProperties 12
[119] Fix | Delete
#define SM_DeleteProperties 13
[120] Fix | Delete
#define SM_GetProperties 14
[121] Fix | Delete
#define SM_PropertiesReply 15
[122] Fix | Delete
#define SM_SaveYourselfPhase2Request 16
[123] Fix | Delete
#define SM_SaveYourselfPhase2 17
[124] Fix | Delete
#define SM_SaveComplete 18
[125] Fix | Delete
[126] Fix | Delete
#endif /* _SM_H_ */
[127] Fix | Delete
[128] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function