Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/X11/extensio...
File: dpms.h
/*****************************************************************
[0] Fix | Delete
[1] Fix | Delete
Copyright (c) 1996 Digital Equipment Corporation, Maynard, Massachusetts.
[2] Fix | Delete
[3] Fix | Delete
Permission is hereby granted, free of charge, to any person obtaining a copy
[4] Fix | Delete
of this software and associated documentation files (the "Software"), to deal
[5] Fix | Delete
in the Software without restriction, including without limitation the rights
[6] Fix | Delete
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
[7] Fix | Delete
copies of the Software.
[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
[15] Fix | Delete
DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
[16] Fix | Delete
BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
[17] Fix | Delete
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
[18] Fix | Delete
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[19] Fix | Delete
[20] Fix | Delete
Except as contained in this notice, the name of Digital Equipment Corporation
[21] Fix | Delete
shall not be used in advertising or otherwise to promote the sale, use or other
[22] Fix | Delete
dealings in this Software without prior written authorization from Digital
[23] Fix | Delete
Equipment Corporation.
[24] Fix | Delete
[25] Fix | Delete
******************************************************************/
[26] Fix | Delete
[27] Fix | Delete
#ifndef _X11_EXTENSIONS_DPMS_H
[28] Fix | Delete
#define _X11_EXTENSIONS_DPMS_H 1
[29] Fix | Delete
[30] Fix | Delete
#include <X11/X.h>
[31] Fix | Delete
#include <X11/Xmd.h>
[32] Fix | Delete
#include <X11/extensions/dpmsconst.h>
[33] Fix | Delete
[34] Fix | Delete
#ifndef DPMS_SERVER
[35] Fix | Delete
_XFUNCPROTOBEGIN
[36] Fix | Delete
[37] Fix | Delete
extern Bool DPMSQueryExtension(Display *, int *, int *);
[38] Fix | Delete
extern Status DPMSGetVersion(Display *, int *, int *);
[39] Fix | Delete
extern Bool DPMSCapable(Display *);
[40] Fix | Delete
extern Status DPMSSetTimeouts(Display *, CARD16, CARD16, CARD16);
[41] Fix | Delete
extern Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *);
[42] Fix | Delete
extern Status DPMSEnable(Display *);
[43] Fix | Delete
extern Status DPMSDisable(Display *);
[44] Fix | Delete
extern Status DPMSForceLevel(Display *, CARD16);
[45] Fix | Delete
extern Status DPMSInfo(Display *, CARD16 *, BOOL *);
[46] Fix | Delete
[47] Fix | Delete
_XFUNCPROTOEND
[48] Fix | Delete
#endif
[49] Fix | Delete
[50] Fix | Delete
#endif /* !_X11_EXTENSIONS_DPMS_H */
[51] Fix | Delete
[52] Fix | Delete
[53] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function