diff options
author | Jeremy Huddleston <[email protected]> | 2011-06-05 16:56:01 -0400 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2011-06-05 18:03:45 -0400 |
commit | 4c9bab78a118953baf307e31cd53e731299f0151 (patch) | |
tree | 8dffbffd4b05c2b3735d2f9caec6edc73b966a5f /src/glx/apple/apple_glx_pixmap.c | |
parent | 8e89d0bea7df553a6c937aaa87b1a3c179f69599 (diff) |
apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
Fixes regression introduced by: 65d98e25770487456eb3d7eb8ec3ec8272f170b1
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx_pixmap.c')
-rw-r--r-- | src/glx/apple/apple_glx_pixmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx_pixmap.c b/src/glx/apple/apple_glx_pixmap.c index fec05e02de6..4586707909b 100644 --- a/src/glx/apple/apple_glx_pixmap.c +++ b/src/glx/apple/apple_glx_pixmap.c @@ -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); |