Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/X11/dri
File: xf86dri.h
/**************************************************************************
[0] Fix | Delete
[1] Fix | Delete
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
[2] Fix | Delete
Copyright 2000 VA Linux Systems, Inc.
[3] Fix | Delete
All Rights Reserved.
[4] Fix | Delete
[5] Fix | Delete
Permission is hereby granted, free of charge, to any person obtaining a
[6] Fix | Delete
copy of this software and associated documentation files (the
[7] Fix | Delete
"Software"), to deal in the Software without restriction, including
[8] Fix | Delete
without limitation the rights to use, copy, modify, merge, publish,
[9] Fix | Delete
distribute, sub license, and/or sell copies of the Software, and to
[10] Fix | Delete
permit persons to whom the Software is furnished to do so, subject to
[11] Fix | Delete
the following conditions:
[12] Fix | Delete
[13] Fix | Delete
The above copyright notice and this permission notice (including the
[14] Fix | Delete
next paragraph) shall be included in all copies or substantial portions
[15] Fix | Delete
of the Software.
[16] Fix | Delete
[17] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
[18] Fix | Delete
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
[19] Fix | Delete
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
[20] Fix | Delete
IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
[21] Fix | Delete
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
[22] Fix | Delete
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
[23] Fix | Delete
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[24] Fix | Delete
[25] Fix | Delete
**************************************************************************/
[26] Fix | Delete
[27] Fix | Delete
/**
[28] Fix | Delete
* \file xf86dri.h
[29] Fix | Delete
* Protocol numbers and function prototypes for DRI X protocol.
[30] Fix | Delete
*
[31] Fix | Delete
* \author Kevin E. Martin <martin@valinux.com>
[32] Fix | Delete
* \author Jens Owen <jens@tungstengraphics.com>
[33] Fix | Delete
* \author Rickard E. (Rik) Faith <faith@valinux.com>
[34] Fix | Delete
*/
[35] Fix | Delete
[36] Fix | Delete
#ifndef _XF86DRI_H_
[37] Fix | Delete
#define _XF86DRI_H_
[38] Fix | Delete
[39] Fix | Delete
#include <xf86drm.h>
[40] Fix | Delete
[41] Fix | Delete
#define X_XF86DRIQueryVersion 0
[42] Fix | Delete
#define X_XF86DRIQueryDirectRenderingCapable 1
[43] Fix | Delete
#define X_XF86DRIOpenConnection 2
[44] Fix | Delete
#define X_XF86DRICloseConnection 3
[45] Fix | Delete
#define X_XF86DRIGetClientDriverName 4
[46] Fix | Delete
#define X_XF86DRICreateContext 5
[47] Fix | Delete
#define X_XF86DRIDestroyContext 6
[48] Fix | Delete
#define X_XF86DRICreateDrawable 7
[49] Fix | Delete
#define X_XF86DRIDestroyDrawable 8
[50] Fix | Delete
#define X_XF86DRIGetDrawableInfo 9
[51] Fix | Delete
#define X_XF86DRIGetDeviceInfo 10
[52] Fix | Delete
#define X_XF86DRIAuthConnection 11
[53] Fix | Delete
#define X_XF86DRIOpenFullScreen 12 /* Deprecated */
[54] Fix | Delete
#define X_XF86DRICloseFullScreen 13 /* Deprecated */
[55] Fix | Delete
[56] Fix | Delete
#define XF86DRINumberEvents 0
[57] Fix | Delete
[58] Fix | Delete
#define XF86DRIClientNotLocal 0
[59] Fix | Delete
#define XF86DRIOperationNotSupported 1
[60] Fix | Delete
#define XF86DRINumberErrors (XF86DRIOperationNotSupported + 1)
[61] Fix | Delete
[62] Fix | Delete
#endif /* _XF86DRI_H_ */
[63] Fix | Delete
[64] Fix | Delete
[65] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function