mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 02:25:10 +00:00
Formatting.
This commit is contained in:
parent
1aa34606e7
commit
b35855cfb5
@ -361,7 +361,7 @@ static int createContext(_GLFWwindow* window,
|
|||||||
|
|
||||||
int _glfwInitOpenGL(void)
|
int _glfwInitOpenGL(void)
|
||||||
{
|
{
|
||||||
#ifdef _GLFW_DLOPEN_LIBEGL
|
#if defined(_GLFW_DLOPEN_LIBEGL)
|
||||||
int i;
|
int i;
|
||||||
char* libEGL_names[ ] =
|
char* libEGL_names[ ] =
|
||||||
{
|
{
|
||||||
@ -414,7 +414,7 @@ int _glfwInitOpenGL(void)
|
|||||||
|
|
||||||
void _glfwTerminateOpenGL(void)
|
void _glfwTerminateOpenGL(void)
|
||||||
{
|
{
|
||||||
#ifdef _GLFW_DLOPEN_LIBEGL
|
#if defined(_GLFW_DLOPEN_LIBEGL)
|
||||||
if (_glfw.egl.libEGL != NULL)
|
if (_glfw.egl.libEGL != NULL)
|
||||||
{
|
{
|
||||||
dlclose(_glfw.egl.libEGL);
|
dlclose(_glfw.egl.libEGL);
|
||||||
@ -474,7 +474,7 @@ int _glfwCreateContext(_GLFWwindow* window,
|
|||||||
|
|
||||||
void _glfwDestroyContext(_GLFWwindow* window)
|
void _glfwDestroyContext(_GLFWwindow* window)
|
||||||
{
|
{
|
||||||
#if _GLFW_X11
|
#if defined(_GLFW_X11)
|
||||||
if (window->egl.visual)
|
if (window->egl.visual)
|
||||||
{
|
{
|
||||||
XFree(window->egl.visual);
|
XFree(window->egl.visual);
|
||||||
|
Loading…
Reference in New Issue
Block a user