a78048ccbdb6256da15e6b0e7e95355e480c2301nd/*
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd *
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * Permission is hereby granted, free of charge, to any person obtaining a
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * copy of this software and associated documentation files (the "Software"),
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * to deal in the Software without restriction, including without limitation
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * the rights to use, copy, modify, merge, publish, distribute, sublicense,
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * and/or sell copies of the Software, and to permit persons to whom the
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc * Software is furnished to do so, subject to the following conditions:
a78048ccbdb6256da15e6b0e7e95355e480c2301nd *
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * The above copyright notice including the dates of first publication and
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * either this permission notice or a reference to
2e545ce2450a9953665f701bb05350f0d3f26275nd * http://oss.sgi.com/projects/FreeB/
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * shall be included in all copies or substantial portions of the Software.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * SOFTWARE.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd *
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * Except as contained in this notice, the name of Silicon Graphics, Inc.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * shall not be used in advertising or otherwise to promote the sale, use or
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * other dealings in this Software without prior written authorization from
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * Silicon Graphics, Inc.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd */
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi#ifndef _GLXFBCONFIG_H
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#include <GL/glxint.h>
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluemint AreFBConfigsMatch(__GLXFBConfig * c1, __GLXFBConfig * c2);
a78048ccbdb6256da15e6b0e7e95355e480c2301nd__GLXFBConfig *FindMatchingFBConfig(__GLXFBConfig * c, __GLXFBConfig * configs,
a78048ccbdb6256da15e6b0e7e95355e480c2301nd int nconfigs);
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#endif
a78048ccbdb6256da15e6b0e7e95355e480c2301nd