1196N/A/* Copyright (c) 1993, 1998, Oracle and/or its affiliates. All rights reserved. 1196N/A * Permission is hereby granted, free of charge, to any person obtaining a 1196N/A * copy of this software and associated documentation files (the "Software"), 1196N/A * to deal in the Software without restriction, including without limitation 1196N/A * the rights to use, copy, modify, merge, publish, distribute, sublicense, 1196N/A * and/or sell copies of the Software, and to permit persons to whom the 1196N/A * Software is furnished to do so, subject to the following conditions: 1196N/A * The above copyright notice and this permission notice (including the next 1196N/A * paragraph) shall be included in all copies or substantial portions of the 1196N/A * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1196N/A * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1196N/A * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1196N/A * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1196N/A * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1196N/A * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 1196N/A * DEALINGS IN THE SOFTWARE. 1196N/A/* Below is the definition of the pixmap shared page structure plus all 1196N/A * the other misc. definitions and structures that are used in both the 1196N/A * server and dga client library. 1196N/A * Shared Pixmap Information. This structure contains the information 1196N/A * necessary to allow the server and client to share access to a DGA 1196N/A * pixmap . This information is located in the first page of 1196N/A * the shared memory created by the server in response to a call to 1196N/A * XDgaGrabPixmap(). The server communicates the current state 1196N/A * of the shared pixmap to the client through the fields within 1196N/A /* DO NOT ADD ANYTHING BELOW dev_info - if you need to any any 1196N/A * thing, do so after this line and above dev_info 1196N/A#
endif /* _DGA_PIXSHARED_H */