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