migc.h revision f78b12e570284aa8291f4ca1add24937fd107403
235N/A/*
235N/A
606N/ACopyright 1993, 1998 The Open Group
742N/A
235N/APermission to use, copy, modify, distribute, and sell this software and its
235N/Adocumentation for any purpose is hereby granted without fee, provided that
235N/Athe above copyright notice appear in all copies and that both that
235N/Acopyright notice and this permission notice appear in supporting
235N/Adocumentation.
235N/A
235N/AThe above copyright notice and this permission notice shall be included
235N/Ain all copies or substantial portions of the Software.
235N/A
235N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
235N/AOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
235N/AMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
235N/AIN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
235N/AOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
235N/AARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
235N/AOTHER DEALINGS IN THE SOFTWARE.
235N/A
235N/AExcept as contained in this notice, the name of The Open Group shall
235N/Anot be used in advertising or otherwise to promote the sale, use or
235N/Aother dealings in this Software without prior written authorization
235N/Afrom The Open Group.
235N/A
235N/A*/
235N/A
235N/A
235N/Aextern _X_EXPORT void miChangeGC(
742N/A GCPtr /*pGC*/,
235N/A unsigned long /*mask*/
235N/A);
235N/A
235N/Aextern _X_EXPORT void miDestroyGC(
235N/A GCPtr /*pGC*/
493N/A);
493N/A
493N/Aextern _X_EXPORT void miDestroyClip(
493N/A GCPtr /*pGC*/
493N/A);
235N/A
742N/Aextern _X_EXPORT void miChangeClip(
235N/A GCPtr /*pGC*/,
493N/A int /*type*/,
493N/A pointer /*pvalue*/,
235N/A int /*nrects*/
493N/A);
742N/A
235N/Aextern _X_EXPORT void miCopyClip(
606N/A GCPtr /*pgcDst*/,
606N/A GCPtr /*pgcSrc*/
235N/A);
235N/A
235N/Aextern _X_EXPORT void miCopyGC(
235N/A GCPtr /*pGCSrc*/,
235N/A unsigned long /*changes*/,
235N/A GCPtr /*pGCDst*/
705N/A);
235N/A
235N/Aextern _X_EXPORT void miComputeCompositeClip(
235N/A GCPtr /*pGC*/,
742N/A DrawablePtr /*pDrawable*/
235N/A);
493N/A