// // Copyright 2015 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // DisplayGLX.h: GLX implementation of egl::Display #ifndef LIBANGLE_RENDERER_GL_GLX_DISPLAYGLX_H_ #define LIBANGLE_RENDERER_GL_GLX_DISPLAYGLX_H_ #include <string> #include <vector> #include "common/Optional.h" #include "libANGLE/renderer/gl/DisplayGL.h" #include "libANGLE/renderer/gl/RendererGL.h" #include "libANGLE/renderer/gl/glx/FunctionsGLX.h" namespace rx { class FunctionsGLX; struct SwapControlData; class DisplayGLX : public DisplayGL { … }; } // namespace rx #endif // LIBANGLE_RENDERER_GL_GLX_DISPLAYGLX_H_