Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/jvm/java/include/linux
File: jawt_md.h
/*
[0] Fix | Delete
* Copyright (c) 1999, 2001, Oracle and/or its affiliates. All rights reserved.
[1] Fix | Delete
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
[2] Fix | Delete
*
[3] Fix | Delete
* This code is free software; you can redistribute it and/or modify it
[4] Fix | Delete
* under the terms of the GNU General Public License version 2 only, as
[5] Fix | Delete
* published by the Free Software Foundation. Oracle designates this
[6] Fix | Delete
* particular file as subject to the "Classpath" exception as provided
[7] Fix | Delete
* by Oracle in the LICENSE file that accompanied this code.
[8] Fix | Delete
*
[9] Fix | Delete
* This code is distributed in the hope that it will be useful, but WITHOUT
[10] Fix | Delete
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
[11] Fix | Delete
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
[12] Fix | Delete
* version 2 for more details (a copy is included in the LICENSE file that
[13] Fix | Delete
* accompanied this code).
[14] Fix | Delete
*
[15] Fix | Delete
* You should have received a copy of the GNU General Public License version
[16] Fix | Delete
* 2 along with this work; if not, write to the Free Software Foundation,
[17] Fix | Delete
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
[18] Fix | Delete
*
[19] Fix | Delete
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
[20] Fix | Delete
* or visit www.oracle.com if you need additional information or have any
[21] Fix | Delete
* questions.
[22] Fix | Delete
*/
[23] Fix | Delete
[24] Fix | Delete
#ifndef _JAVASOFT_JAWT_MD_H_
[25] Fix | Delete
#define _JAVASOFT_JAWT_MD_H_
[26] Fix | Delete
[27] Fix | Delete
#include <X11/Xlib.h>
[28] Fix | Delete
#include <X11/Xutil.h>
[29] Fix | Delete
#include <X11/Intrinsic.h>
[30] Fix | Delete
#include "jawt.h"
[31] Fix | Delete
[32] Fix | Delete
#ifdef __cplusplus
[33] Fix | Delete
extern "C" {
[34] Fix | Delete
#endif
[35] Fix | Delete
[36] Fix | Delete
/*
[37] Fix | Delete
* X11-specific declarations for AWT native interface.
[38] Fix | Delete
* See notes in jawt.h for an example of use.
[39] Fix | Delete
*/
[40] Fix | Delete
typedef struct jawt_X11DrawingSurfaceInfo {
[41] Fix | Delete
Drawable drawable;
[42] Fix | Delete
Display* display;
[43] Fix | Delete
VisualID visualID;
[44] Fix | Delete
Colormap colormapID;
[45] Fix | Delete
int depth;
[46] Fix | Delete
/*
[47] Fix | Delete
* Since 1.4
[48] Fix | Delete
* Returns a pixel value from a set of RGB values.
[49] Fix | Delete
* This is useful for paletted color (256 color) modes.
[50] Fix | Delete
*/
[51] Fix | Delete
int (JNICALL *GetAWTColor)(JAWT_DrawingSurface* ds,
[52] Fix | Delete
int r, int g, int b);
[53] Fix | Delete
} JAWT_X11DrawingSurfaceInfo;
[54] Fix | Delete
[55] Fix | Delete
#ifdef __cplusplus
[56] Fix | Delete
}
[57] Fix | Delete
#endif
[58] Fix | Delete
[59] Fix | Delete
#endif /* !_JAVASOFT_JAWT_MD_H_ */
[60] Fix | Delete
[61] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function