Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/X11/extensio...
File: dbe.h
/******************************************************************************
[0] Fix | Delete
*
[1] Fix | Delete
* Copyright (c) 1994, 1995 Hewlett-Packard Company
[2] Fix | Delete
*
[3] Fix | Delete
* Permission is hereby granted, free of charge, to any person obtaining
[4] Fix | Delete
* a copy of this software and associated documentation files (the
[5] Fix | Delete
* "Software"), to deal in the Software without restriction, including
[6] Fix | Delete
* without limitation the rights to use, copy, modify, merge, publish,
[7] Fix | Delete
* distribute, sublicense, and/or sell copies of the Software, and to
[8] Fix | Delete
* permit persons to whom the Software is furnished to do so, subject to
[9] Fix | Delete
* the following conditions:
[10] Fix | Delete
*
[11] Fix | Delete
* The above copyright notice and this permission notice shall be included
[12] Fix | Delete
* in all copies or substantial portions of the Software.
[13] Fix | Delete
*
[14] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
[15] Fix | Delete
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
[16] Fix | Delete
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
[17] Fix | Delete
* IN NO EVENT SHALL HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM,
[18] Fix | Delete
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
[19] Fix | Delete
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
[20] Fix | Delete
* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[21] Fix | Delete
*
[22] Fix | Delete
* Except as contained in this notice, the name of the Hewlett-Packard
[23] Fix | Delete
* Company shall not be used in advertising or otherwise to promote the
[24] Fix | Delete
* sale, use or other dealings in this Software without prior written
[25] Fix | Delete
* authorization from the Hewlett-Packard Company.
[26] Fix | Delete
*
[27] Fix | Delete
* Header file for Xlib-related DBE
[28] Fix | Delete
*
[29] Fix | Delete
*****************************************************************************/
[30] Fix | Delete
[31] Fix | Delete
#ifndef DBE_H
[32] Fix | Delete
#define DBE_H
[33] Fix | Delete
[34] Fix | Delete
/* Values for swap_action field of XdbeSwapInfo structure */
[35] Fix | Delete
#define XdbeUndefined 0
[36] Fix | Delete
#define XdbeBackground 1
[37] Fix | Delete
#define XdbeUntouched 2
[38] Fix | Delete
#define XdbeCopied 3
[39] Fix | Delete
[40] Fix | Delete
/* Errors */
[41] Fix | Delete
#define XdbeBadBuffer 0
[42] Fix | Delete
[43] Fix | Delete
#define DBE_PROTOCOL_NAME "DOUBLE-BUFFER"
[44] Fix | Delete
[45] Fix | Delete
/* Current version numbers */
[46] Fix | Delete
#define DBE_MAJOR_VERSION 1
[47] Fix | Delete
#define DBE_MINOR_VERSION 0
[48] Fix | Delete
[49] Fix | Delete
/* Used when adding extension; also used in Xdbe macros */
[50] Fix | Delete
#define DbeNumberEvents 0
[51] Fix | Delete
#define DbeBadBuffer 0
[52] Fix | Delete
#define DbeNumberErrors (DbeBadBuffer + 1)
[53] Fix | Delete
[54] Fix | Delete
#endif /* DBE_H */
[55] Fix | Delete
[56] Fix | Delete
[57] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function