mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
Fixes regression introduced by:65d98e2577Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit4c9bab78a1)
This commit is contained in:
parent
bde5310339
commit
ff7e6622fc
5 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ SOURCES = \
|
|||
appledri.c \
|
||||
../clientattrib.c \
|
||||
../compsize.c \
|
||||
../glcontextmodes.c \
|
||||
../glxconfig.c \
|
||||
glx_empty.c \
|
||||
glx_error.c \
|
||||
../glx_pbuffer.c \
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#include "apple_cgl.h"
|
||||
#include "apple_visual.h"
|
||||
#include "apple_glx.h"
|
||||
#include "glcontextmodes.h"
|
||||
#include "glxconfig.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "glxclient.h"
|
||||
#include "glxextensions.h"
|
||||
#include "glcontextmodes.h"
|
||||
#include "glxconfig.h"
|
||||
|
||||
/*
|
||||
** GLX_SGI_swap_control
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue