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

Fixes regression introduced by: 65d98e2577

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 4c9bab78a1)
This commit is contained in:
Jeremy Huddleston 2011-06-05 16:56:01 -04:00
parent bde5310339
commit ff7e6622fc
5 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ SOURCES = \
appledri.c \
../clientattrib.c \
../compsize.c \
../glcontextmodes.c \
../glxconfig.c \
glx_empty.c \
glx_error.c \
../glx_pbuffer.c \

View file

@ -44,7 +44,7 @@
#include <pthread.h>
#include <assert.h>
#include "apple_glx.h"
#include "glcontextmodes.h"
#include "glxconfig.h"
#include "apple_cgl.h"
/* mesa defines in glew.h, Apple in glext.h.

View file

@ -40,7 +40,7 @@
#include "apple_visual.h"
#include "apple_glx_drawable.h"
#include "appledri.h"
#include "glcontextmodes.h"
#include "glxconfig.h"
static bool pixmap_make_current(struct apple_glx_context *ac,
struct apple_glx_drawable *d);

View file

@ -47,7 +47,7 @@
#include "apple_cgl.h"
#include "apple_visual.h"
#include "apple_glx.h"
#include "glcontextmodes.h"
#include "glxconfig.h"
enum
{

View file

@ -1,6 +1,6 @@
#include "glxclient.h"
#include "glxextensions.h"
#include "glcontextmodes.h"
#include "glxconfig.h"
/*
** GLX_SGI_swap_control