glx: Rename glcontextmodes.[ch] to glxconfig.[ch]

This commit is contained in:
Kristian Høgsberg 2010-07-28 10:13:44 -04:00
parent 6ddf66e923
commit 65d98e2577
7 changed files with 4 additions and 7 deletions

View file

@ -5,10 +5,10 @@ EXTRA_DEFINES = -DXF86VIDMODE -D_REENTRANT \
-DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\"
SOURCES = \
glcontextmodes.c \
clientattrib.c \
compsize.c \
eval.c \
glxconfig.c \
glxcmds.c \
glxcurrent.c \
glxext.c \

View file

@ -39,7 +39,6 @@
#include <dlfcn.h>
#include <stdarg.h>
#include "glxclient.h"
#include "glcontextmodes.h"
#include "dri_common.h"
#ifndef RTLD_NOW

View file

@ -51,7 +51,7 @@
#endif
#include "GL/glxproto.h"
#include "glapi/glapitable.h"
#include "glcontextmodes.h"
#include "glxconfig.h"
#include "glxhash.h"
#if defined( PTHREADS )
# include <pthread.h>

View file

@ -36,7 +36,6 @@
#include "glxclient.h"
#include "glapi.h"
#include "glxextensions.h"
#include "glcontextmodes.h"
#ifdef GLX_DIRECT_RENDERING
#ifdef GLX_USE_APPLEGL

View file

@ -23,7 +23,7 @@
*/
/**
* \file glcontextmodes.c
* \file glxconfig.c
* Utility routines for working with \c struct glx_config structures. At
* some point most or all of these functions will be moved to the Mesa
* code base.
@ -36,7 +36,7 @@
#include <stdlib.h>
#include <string.h>
#include "glcontextmodes.h"
#include "glxconfig.h"
#define NUM_VISUAL_TYPES 6

View file

@ -47,7 +47,6 @@
#include "apple_visual.h"
#endif
#include "glxextensions.h"
#include "glcontextmodes.h"
#ifdef USE_XCB
#include <X11/Xlib-xcb.h>