mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
This commit is contained in:
parent
6ddf66e923
commit
65d98e2577
7 changed files with 4 additions and 7 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
#include <dlfcn.h>
|
||||
#include <stdarg.h>
|
||||
#include "glxclient.h"
|
||||
#include "glcontextmodes.h"
|
||||
#include "dri_common.h"
|
||||
|
||||
#ifndef RTLD_NOW
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
#include "glxclient.h"
|
||||
#include "glapi.h"
|
||||
#include "glxextensions.h"
|
||||
#include "glcontextmodes.h"
|
||||
|
||||
#ifdef GLX_DIRECT_RENDERING
|
||||
#ifdef GLX_USE_APPLEGL
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -47,7 +47,6 @@
|
|||
#include "apple_visual.h"
|
||||
#endif
|
||||
#include "glxextensions.h"
|
||||
#include "glcontextmodes.h"
|
||||
|
||||
#ifdef USE_XCB
|
||||
#include <X11/Xlib-xcb.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue